# (dot)Dotfiles ## Installing Install stow first, via the package manager (`apt/dnf install`, `yay/pacman -S stow`, `apk add stow`, so on) ```bash # Clone the repository git clone --recursive git@git.i-am.nexus:nex/.dotfiles $HOME/.dotfiles # Install main dotfiles cd $HOME/.dotfiles/ stow . # Optionally, install additional system-wide configuration things, such as NetworkManager settings. $HOME/.dotfiles/.install-extras.sh ```