mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-21 22:34:20 +01:00
6 lines
204 B
Bash
6 lines
204 B
Bash
[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
|
|
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
|
|
|
|
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
|
|
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc
|