-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.sh
40 lines (27 loc) · 822 Bytes
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
cd ~/
rm ~/.ackrc
ln -s ~/source/dotfiles/.ackrc .ackrc
rm ~/.bash_profile
ln -s ~/source/dotfiles/.bash_profile .bash_profile
rm ~/.gemrc
ln -s ~/source/dotfiles/.gemrc .gemrc
rm ~/.gitconfig
ln -s ~/source/dotfiles/.gitconfig .gitconfig
rm ~/.githelpers
ln -s ~/source/dotfiles/.githelpers .githelpers
rm ~/.gvimrc.after
ln -s ~/source/dotfiles/.gvimrc.after .gvimrc.after
rm ~/.irbrc
ln -s ~/source/dotfiles/.irbrc .irbrc
rm ~/.rspec
ln -s ~/source/dotfiles/.rspec .rspec
rm ~/.tmux.conf
ln -s ~/source/dotfiles/.tmux.conf .tmux.conf
rm ~/.tmux-powerlinerc
ln -s ~/source/dotfiles/.tmux-powerlinerc .tmux-powerlinerc
rm ~/.vimrc.after
ln -s ~/source/dotfiles/.vimrc.after .vimrc.after
rm ~/.vimrc.before
ln -s ~/source/dotfiles/.vimrc.before .vimrc.before
rm ~/.ctags
ln -s ~/source/dotfiles/.ctags .ctags