6 lines
206 B
Bash
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
|