mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-20 13:54:20 +01:00
7 lines
221 B
Bash
7 lines
221 B
Bash
[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
|
|
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
|
|
source ~/.bashrc
|
|
|
|
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
|
|
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc
|