My dotfiles for various programs in wayland environment.
To backup old configs and install new ones run the following command:
mv .config old_config && git clone https://github.com/heppu/dotfiles.git .config
echo "ZDOTDIR=~/.config/zsh" >> ~/.zshenv
To avoid adding anything sensitive all files are gitignored by default. To add a new config files into the repository add the exclude rule into .gitignore file.