Added config script.
This commit is contained in:
parent
ac9e6051ff
commit
2216bb076f
1 changed files with 15 additions and 0 deletions
15
config.sh
Normal file
15
config.sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ~
|
||||
|
||||
rm -f .profile
|
||||
rm -f .bashrc
|
||||
ln -s ~/Repositories/config/profile .profile
|
||||
ln -s ~/Repositories/config/bashrc .bashrc
|
||||
|
||||
rm -f .screenrf
|
||||
ln -s ~/Repositories/config/screenrc .screenrc
|
||||
|
||||
rm -f .vimrc
|
||||
ln -s ~/Repositories/config/vimrc .vimrc
|
||||
|
Loading…
Reference in a new issue