sunhat/install/shell.sh

6 lines
204 B
Bash
Raw Normal View History

2024-05-27 15:14:39 -05:00
[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
2024-05-27 15:14:39 -05:00
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc