-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
20 lines (16 loc) · 698 Bytes
/
setup.sh
File metadata and controls
20 lines (16 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Made by vhb
current_path=`pwd`
#ln -sf $current_path/zsh/zshrc ~/.zshrc
ln -sf $current_path/fish/config.fish ~/.config/fish/config.fish
ln -sf $current_path/i3 ~/.i3
ln -sf $current_path/vim/vimrc.before.local ~/.vimrc.before.local
ln -sf $current_path/vim/vimrc.local ~/.vimrc.local
ln -sf $current_path/vim/ycm_extra_conf.py ~/.ycm_extra_conf.py
ln -sf $current_path/tmux/tmux.conf ~/.tmux.conf
ln -sf `pwd`/bin ~/.bin
# Vimproc need to be installed manualy
git clone https://github.com/Shougo/vimproc.vim.git vimproc.vim
cd vimproc.vim && make
ln -sf $current_path/vimproc.vim ~/.vim/bundle/vimproc.vim
vim +BundleInstall
cd ~/.vim/bundle/YouCompleteMe && sh install.sh --clang-completer