From c1c31018ac28bdb33778503a490b568c8143c872 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 26 Jan 2023 14:49:35 -0500 Subject: [PATCH] Auto Update --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index cba8fc9..0b880fc 100644 --- a/setup.sh +++ b/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"