mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 04:54:21 +01:00
11 lines
397 B
Bash
11 lines
397 B
Bash
# Configure the bash shell using Omakub defaults
|
|
[ -f "~/.bashrc" ] && mv ~/.bashrc ~/.bashrc.bak
|
|
cp ~/.local/share/omakub/configs/bashrc ~/.bashrc
|
|
|
|
# Load the PATH for use later in the installers
|
|
source ~/.local/share/omakub/defaults/bash/shell
|
|
|
|
[ -f "~/.inputrc" ] && mv ~/.inputrc ~/.inputrc.bak
|
|
# Configure the inputrc using Omakub defaults
|
|
cp ~/.local/share/omakub/configs/inputrc ~/.inputrc
|