ciknight / dotfile

Clone dotfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfile

welcome to my dotfile

软件依赖

  • vim8
  • zsh
  • tmux
  • git
  • python2
  • python3
  • autojump
  • pip
  • virtualenv

安装

sh install.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

TODO

About

Clone dotfile


Languages

Language:Vim Script 54.6%Language:Shell 32.4%Language:Python 8.8%Language:Vim Snippet 4.2%