Auto Update
This commit is contained in:
parent
e4911227c1
commit
c1c31018ac
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -3,14 +3,14 @@
|
|||
# updates all dotfiles on the system
|
||||
rm ../../.bash* ../../.profile /root/.bash* /etc/nanorc ../../.PS1 /root/.PS1
|
||||
|
||||
ln ./.bash* /root
|
||||
cp ./.bash* /root
|
||||
ln ./.bash* ../../
|
||||
ln ./.profile ../../
|
||||
|
||||
rm /root/.bashrc /root/.profile
|
||||
cp .bashrc /root
|
||||
cp .profile /root
|
||||
ln ./nanorc /etc/nanorc
|
||||
cp ./nanorc /etc/nanorc
|
||||
|
||||
# changes PS1 prompts
|
||||
SERV_COLOR="32"
|
||||
|
|
Loading…
Reference in a new issue