These are my personal dotfiles for Sway, Neovim, Zsh, and more. Deployment is done with GNU Stow.
Clone this repository into your home directory.
git clone https://github.com/Sqvid/Dotfiles.git ${HOME}/.Dotfiles
Change into the dotfile directory.
cd ${HOME}/.Dotfiles
Activate configs.
# Activate individual config (e.g. Neovim):
stow -v neovim
# Activate all configs:
./stowall -s
Change into the dotfile directory.
cd ${HOME}/.Dotfiles
Deactivate configs.
# Deactivate individual config (e.g. Neovim):
stow -vD neovim
# Deactivate all configs:
./stowall -d
# Optionally remove the repository completely:
rm ${HOME}/.Dotfiles