My dotfiles for various programs in wayland environment and in Win11.
Backup old configs and install new ones by running:
mv ~/.config ~/old_config
cd $HOME
git clone https://github.com/heppu/dotfiles.git .configTo make zsh use .config dir run:
echo "ZDOTDIR=~/.config/zsh" >> ~/.zshenvTo make powershell use .config dir run:
New-Item -Path ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 -ItemType SymbolicLink -Value $HOME\.config\WindowsPowerShell\Microsoft.PowerShell_profile.ps1To 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.