5c231872df12314e2d9ef9663a9871300cd3c06b
Shell config from Ward Truyen 2026
Use the makefile for a fast install
How to
Use the BASH config
Copy the .bash* files from here to your home folder ~/
cp ./.bashrc ~/
cp ./.bash_profile ~/
cp ./.bash_config ~/
or
make instal-bash-config
Use the ZSH config
- Install the zsh package (pacman)
- Copy the
.zsh*files from here to your home folder~/
sudo pacman -S --needed zsh
cp ./.zshrc ~/
or
make instal-packages
make instal-zsh-config
Description
Languages
Makefile
100%