mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
7 lines
253 B
Bash
7 lines
253 B
Bash
[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
|
|
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
|
|
source ~/.local/share/omakub/defaults/bash/shell
|
|
|
|
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
|
|
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc
|