Last active
August 9, 2018 16:45
-
-
Save songouyang/d73fb0c7df9adfd820f6dc9ce60ffa57 to your computer and use it in GitHub Desktop.
my setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda install flake8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim setup | |
git clone --depth=1 https://github.com/songouyang/vimrc.git ~/.vim_runtime | |
sh ~/.vim_runtime/install_awesome_vimrc.sh | |
python .vim_runtime/update_plugins.py | |
# tmux setup | |
git clone https://github.com/songouyang/.tmux.git | |
ln -s -f .tmux/.tmux.conf | |
ln -s -f .tmux/.tmux.conf.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment