sunhat/install/shell.sh

6 lines
206 B
Bash
Raw Normal View History

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