Files
omakub/install/terminal/a-shell.sh
David Heinemeier Hansson 7711ecb60b Split into desktop and terminal
And add a bunch more apps
2024-07-03 14:15:53 +02:00

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