These dotfiles setup my terminal and desktop environment.
GNU Stow is used to symlink dotfiles to the home directory. It is recommended you install the packages from terminal-packages.txt
first, but at minium stow
is needed, and can be installed with the package manager of your choice.
git submodule update --init --recursive
yay -Syu $(cat terminal-packages.txt | xargs)
stow --no-folding terminal
The required packages for the desktop environment are listed in bspwm-desktop-packages.txt
. It is presumed that the terminal dotfile packages have been installed and stowed.
yay -Syu $(cat bspwm-packages.txt | xargs)
stow --no-folding bspwm bspwm-desktop