add shell setup

This commit is contained in:
ViktorBarzin 2018-01-13 21:32:03 +00:00
parent 0af3ab0270
commit 90366d4edf
2 changed files with 35 additions and 1 deletions

View file

@ -10,7 +10,6 @@ rm /usr/share/vim/vimrc
wget https://raw.githubusercontent.com/ViktorBarzin/dot_files/master/.vimrc -O ~/.vimrc;
# mkdir -p ~/.vim/colors && cd ~/.vim/colors;
# wget -O wombat256mod.vim http://www.vim.org/scripts/download_script.php?src_id=13400;
git clone https://github.com/ViktorBarzin/dot_files.git
rm -rf ~/.vim
mv dot_files/vim-plugins ~/.vim
rm -rf dot_files