Requirement: v0.8.0 이상
:TSInstall javascript typescript tsx pythonhttps://www.nerdfonts.com/ 에서 Hack 폰트를 설치하고 iterm2에 등록한다.
live grep 기능을 사용하기 위해 ripgrep을 설치해야 한다.
https://github.com/BurntSushi/ripgrep
brew install ripgrepgit clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpmtmux source ~/.tmux.conf패키지 설치: prefix + I
$ brew install fish
$ fish
$ fish_add_path /opt/homebrew/bin
$ echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells
$ chsh -s /opt/homebrew/bin/fishhttps://github.com/jorgebucaran/fisher
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisherfisher install oh-my-fish/theme-agnosterhttps://github.com/ajeetdsouza/zoxide
brew install exa # OSX
apt-get install exa # linuxbrew install peco # OSX
apt-get install peco # linuxhttps://github.com/x-motemen/ghq
brew install ghqhttps://github.com/mbadolato/iTerm2-Color-Schemes 을 clone한 후, schemes 폴더를 iterm2에서 import한다.
https://github.com/commitizen/cz-cli
npm install -g commitizen
npm install -g cz-conventional-changelog
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrchttps://github.com/junegunn/fzf
vim $(fzf)