sunhat/install/a-shell.sh

11 lines
347 B
Bash
Raw Normal View History

2024-06-09 05:05:28 -05:00
mkdir ~/Documents/Configs
[ -f "~/.bashrc" ] && rm ~/.bashrc
cp ~/.local/share/sunhat/configs/rc/bashrc ~/Documents/Configs/bashrc
ln -s ~/Documents/Configs/bashrc ~/.bashrc
2024-05-31 10:26:12 -05:00
source ~/.bashrc
2024-05-27 15:14:39 -05:00
2024-06-09 05:05:28 -05:00
[ -f "~/.inputrc" ] && rm ~/.inputrc
cp ~/.local/share/sunhat/configs/rc/inputrc ~/Documents/Configs/inputrc
ln -s ~/Documents/Configs/inputrc ~/.inputrc