-
zsh pluginsDEV 2021. 9. 17. 11:46
zsh 플러그인이 상당히 다양하다는 것을 이제서야 알았다. 맨날 git alias global로 설정한 과거의 나 반성해...
플러그인 설정 방법은 간단하다. .zshrc 파일을 열고 plugins=()에다가 원하는 플러그인 추가하고 저장한 다음, 1) source 명령어로 설정 파일을 실행하던가, 아니면 2) 터미널 재실행 하면 된다. 둘 중 하나만 해도 플러그인 설정이 완료된다.
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vscode
GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configu
🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python,...
github.com
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/compleat
GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configu
🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python,...
github.com
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/npm
GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configu
🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python,...
github.com
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git
GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configu
🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python,...
github.com
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/frontend-search
GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configu
🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python,...
github.com
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/brew
GitHub - ohmyzsh/ohmyzsh: 🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configu
🙃 A delightful community-driven (with 1800+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, OSX, hub, docker, homebrew, node, php, python,...
github.com
그리고 중요한 zsh-autosuggestions!
https://github.com/zsh-users/zsh-autosuggestions
GitHub - zsh-users/zsh-autosuggestions: Fish-like autosuggestions for zsh
Fish-like autosuggestions for zsh. Contribute to zsh-users/zsh-autosuggestions development by creating an account on GitHub.
github.com