sunhat/install/shell.sh
David Heinemeier Hansson ce97f2eed1 Setup shell directly now
2024-05-27 13:14:39 -07:00

6 lines
206 B
Bash

[ -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