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.ps1Routes URL opens to a Firefox window on the currently focused workspace instead of pulling you to whichever workspace last had Firefox focus. If no Firefox window is on the current workspace, a new one is opened there.
Requires sway, firefox, jq, and xdg-utils. Run:
~/.config/init/browser.shTo 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.