This commit is contained in:
Gabriel Brown 2024-06-11 10:38:53 -05:00
parent f1c9fe9c16
commit 6ade6b867b

View File

@ -2,7 +2,7 @@
mkdir ~/Documents/Configs mkdir ~/Documents/Configs
# Set up Bash Config and Source it ASAP. # Set up Bash Config and Source it ASAP.
[ -f "$HOME/.bashrc" ] && rm ~/.bashrc [ -f "$HOME/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
cp ~/.local/share/sunhat/configs/rc/bashrc ~/Documents/Configs/bashrc cp ~/.local/share/sunhat/configs/rc/bashrc ~/Documents/Configs/bashrc
ln -s ~/Documents/Configs/bashrc ~/.bashrc ln -s ~/Documents/Configs/bashrc ~/.bashrc
source ~/.bashrc source ~/.bashrc