-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigs_linkage.sh
executable file
·41 lines (37 loc) · 1.04 KB
/
configs_linkage.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!/bin/bash
cd ${HOME}
ln -s configs/.bashrc
ln -s configs/.Xdefaults
ln -s configs/.vim
ln -s configs/.vimrc
ln -s configs/.gitconfig
ln -s configs/.pentadactylrc
ln -s configs/.pentadactyl
ln -s configs/.screenrc
ln -s configs/.screenrcs
ln -s configs/.inputrc
ln -s configs/.elinks/
ln -s configs/.gemrc
ln -s configs/.irbrc
ln -s configs/.ncmpcpp/
ln -s configs/.rtorrent.rc
ln -s configs/.xinitrc
ln -s configs/.mailcap
ln -s configs/.xmodmap
ln -s configs/.fehbg
ln -s configs/.newsbeuter
ln -s configs/.oh-my-zsh
ln -s configs/.zshrc
mkdir .config; cd .config
ln -s ../configs/.config/awesome
ln -s ../configs/.config/vimprobable
ln -s ../configs/.config/ranger
ln -s ../configs/.config/subtle
ln -s ../configs/.config/bashrun
mkdir .vim/bin
ln -s .vim/bundle/vim-ruby-debugger/vim/bin/ruby_debugger.rb .vim/bin/
ln -s .vim/bundle/vim-ruby-debugger/vim/plugin/ruby_debugger.vim .vim/plugin/
ln -s .vim/bundle/vim-ruby-debugger/vim/doc/ruby_debugger.txt .vim/doc/ruby_debugger.txt
# optional
#ln -s configs/.asoundrc
#ln -s configs/.xbindkeysrc