Skip to content

dfmgr/bash

Repository files navigation

bash

Bash is the GNU Project's shell

requires:

apt install bash bash-completion direnv
yum install bash bash-completion direnv
pacman -S bash bash-completion direnv
xbps-install -S bash bash-completion direnv
brew install bash bash-completion direnv

Automatic install/update:

bash -c "$(curl -LSs https://github.com/dfmgr/bash/raw/main/install.sh)"

Manual install:

mv -fv "$HOME/.config/bash" "$HOME/.config/bash.bak"
git clone https://github.com/dfmgr/bash "$HOME/.config/bash"
ln -sf $HOME/.config/bash/bashrc $HOME/.bashrc
ln -sf $HOME/.config/bash/bash_logout $HOME/.bash_logout
ln -sf $HOME/.config/bash/bash_profile $HOME/.bash_profile

bash wiki | bash site