Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 817 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 817 Bytes

Dotfiles

These dotfiles setup my terminal and desktop environment.

Screenshots

bspwm-desktop

Installation

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