사용자 도구

사이트 도구


우분투_설치_후_기본_설정

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
우분투_설치_후_기본_설정 [2026/03/09 20:51] akpil우분투_설치_후_기본_설정 [2026/03/11 20:05] (현재) akpil
줄 18: 줄 18:
 sudo apt upgrade -y sudo apt upgrade -y
 sudo apt autoremove -y sudo apt autoremove -y
 +
 +sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
 </code> </code>
  
줄 27: 줄 29:
  
 curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
 +</code> 
 +로그아웃 했다가 다시 로그인 
 +<code>
 git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions --depth=1 git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions --depth=1
 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting --depth=1 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting --depth=1
줄 49: 줄 53:
 ) )
 </code> </code>
 +
  
 4. 한글 글꼴, 입력기 및 몇몇 필요 패키지 설치 4. 한글 글꼴, 입력기 및 몇몇 필요 패키지 설치
줄 63: 줄 68:
 defutf8 on defutf8 on
 hardstatus alwayslastline hardstatus alwayslastline
-hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m$+hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m$'
 </code> </code>
  
줄 104: 줄 109:
  
 <code> <code>
-curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -+curl -sL https://deb.nodesource.com/setup_24.x | sudo -E bash - 
 +sudo apt install nodejs -y
 </code> </code>
  
우분투_설치_후_기본_설정.1773057071.txt.gz · 마지막으로 수정됨: 저자 akpil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki