-
linuxOS💕z,zsh-autocomplte,ohmyzsh하는 방법맥Mac관련_Apple/macOS맥_맥북_개발환경세팅 2023. 2. 8. 12:26728x90
1. sudo apt install zsh
$ sudo apt install zsh
2. Nerd Font설치
https://github.com/romkatv/powerlevel10k#fonts
3. ohmyzsh설치
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
ohmyzsh github
https://github.com/ohmyzsh/ohmyzsh
4. power10k설치
https://github.com/romkatv/powerlevel10k
5. bashrc 설정 최상단에 추가exec zsh
6. 터미널에서 zsh 치면 설정화면 나옴
7. 설정 끝내고 Plugins 추가
.zshrc
# Which plugins would you like to load? # Standard plugins can be found in $ZSH/plugins/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=(git # other plugins.. zsh-syntax-highlighting zsh-autosuggestions z fzf # 필요하면 추가하세요 fasd # 필요하면 추가하세요 )
8. 설정 끝내고 Plugins 추가
cd .oh-my-zsh/plugins
plugins폴더 들어가서
git clone 으로 강제로 넣어주기
zsh-z
https://github.com/agkozak/zsh-z
https://github.com/zsh-users/zsh-autosuggestions
https://github.com/zsh-users/zsh-syntax-highlighting9. path 관리는
.zshrc 에서 할 예정
# If you come from bash you might have to change your $PATH. export PATH=$HOME/bin:/usr/local/bin:$PATH 끝은 :$PATH로 끝내고 그 사이에 폴더 넣고 : 으로 분리한다. 내 설정 # If you come from bash you might have to change your $PATH. export PATH=$HOME/bin:/usr/local/bin:$HOME/.cargo/bin:$HOME/.zig:$HOME/zls:$PATH:
10. 내가 세팅한 PATH확인방법$PATH
https://github.com/YoungHaKim7/rust_vim_setting
dotfiles_linux/참조하세요
내가 공부하려고 정리함
LinuxOS_Rust개발자세팅_⭐️Terminal Zsh z auto suggestion plug in #zsh
https://youtu.be/heBosu3vlDc
반응형'맥Mac관련_Apple > macOS맥_맥북_개발환경세팅' 카테고리의 다른 글
grep 으로 내가 원하는 글씨 위아래 10줄씩 라인 출력하는 법 (0) 2023.03.17 macOS 앱을 언인스톨 가능하게 만들기 (0) 2023.02.27 macOS curl setting (0) 2023.02.22 macOS❤️Warp에서 zsh적용 문제시 (0) 2023.02.16 macOS❤️Apple에서 악성 소프트웨어가 있는지 확인할 수 없기 때문에 열 수 없습니다. 해결책 (0) 2023.02.06 출시 임박한 iOS 16.2… 업데이트 내용 미리 보기 (0) 2022.12.21 WindowsOS_윈도우_개발자세팅_파워셀_Vim_Rust_VSCode_VS_WindowsSetting (0) 2022.12.17 애물단지 하드디스크에 리눅스 설치 (0) 2022.12.16