welcome to my dotfile
- vim8
- zsh
- tmux
- git
- python2
- python3
- autojump
- pip
- virtualenv
sh install.sh
\time zsh -i -c exit
cd /usr/local/bin/
rm flake8 black mypy isort
pip freeze | awk -F '=' '{print $1}' | xargs pip install --upgrade
https://github.com/VSCodeVim/Vim#vscodevim-settings
Run in shell
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false