Update 'setup.sh'
This commit is contained in:
parent
0f2371eae2
commit
ef6c910964
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -1,7 +1,8 @@
|
|||
rm ../../.bash* /root/.bash* /etc/nanorc
|
||||
rm ../../.bash* ../../.profile /root/.bash* /etc/nanorc
|
||||
|
||||
ln ./.bash* /root
|
||||
ln ./.bash* ../../
|
||||
ln ./.profile ../../
|
||||
|
||||
rm /root/.bashrc
|
||||
cp .bashrc /root
|
||||
|
@ -10,6 +11,5 @@ cat << EOF >> /root/.bashrc
|
|||
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||
EOF
|
||||
|
||||
. /root/.bashrc
|
||||
ln ./nanorc /etc/nanorc
|
||||
apt install fzf -y
|
||||
|
|
Loading…
Reference in a new issue