-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
executable file
·26 lines (24 loc) · 1.27 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/sh
# Link files from dotfiles
ln -s ~/.dotfiles/pylintrc ~/.pylintrc
ln -s ~/.dotfiles/.elinks ~/.elinks
ln -s ~/.dotfiles/.muttrc ~/.muttrc
ln -s ~/.dotfiles/.mutt ~/.mutt
ln -fs ~/.dotfiles/mc ~/.config/mc
ln -s ~/.dotfiles/.Xdefaults ~/.Xdefaults
/usr/bin/git clone https://github.com/farazdagi/vim-go-ide.git ~/.vim_go_runtime
ln -s ~/.vim_go_runtime ~/.vim
/usr/bin/git clone https://github.com/jceb/vim-orgmode.git ~/.vim/bundle/pristine/vim-orgmode
/usr/bin/git clone https://github.com/joonty/vdebug.git ~/.vim/bundle/pristine/vdebug
/usr/bin/git clone https://github.com/vim-scripts/DoxygenToolkit.vim.git ~/.vim/bundle/pristine/DoxygenToolkit.vim
/usr/bin/git clone https://github.com/ctrlpvim/ctrlp.vim.git ~/.vim/bundle/pristine/ctrlp.vim
/usr/bin/git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
ln -s ~/.fzf ~/.vim/bundle/pristine/fzf
/usr/bin/git clone https://github.com/junegunn/fzf.vim.git ~/.vim/bundle/pristine/fzf.vim
/usr/bin/git clone https://github.com/Shougo/neosnippet-snippets.git ~/.vim/bundle/pristine/neosnippet-snippets
/usr/bin/git clone https://github.com/vim-airline/vim-airline ~/.vim/bundle/pristine/vim-airline
~/.fzf/install
ln -s ~/.dotfiles/custom_config.vim ~/.vim
~/.vim/bin/update_plugins
~/.vim/bin/install
ln -s ~/.vimrc.go ~/.vimrc