Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 630 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 630 Bytes

Dotfiles

welcome to my dotfile

生成ssh key

if [ ! -f ~/.ssh/id_rsa ] ; then ssh-keygen -t rsa -b 4096 -C "[email protected]" fi

安装

./scripts/bootstrap.sh

Test your zsh speed

\time zsh -i -c exit

Clean /usr/local/bin

cd /usr/local/bin/
rm flake8 black mypy isort

Upgrade neovim virtualenv

pip freeze | awk -F '=' '{print $1}' | xargs pip install --upgrade

Enable vscode key-repeat(长按hjkl)

https://github.com/VSCodeVim/Vim#vscodevim-settings

Run in shell

defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false

TODO