@Xzzz Linux desktop config files
- nvim — Neovim config (Lua, lazy.nvim)
- sway — Sway config
git clone --bare git@github.com:Xzzz/dotfiles.git ~/.dotfiles
alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
dotfiles checkout
dotfiles config status.showUntrackedFiles nodotfiles add -f ~/.config/cool_stuff
dotfiles commit -m "Added cool stuff"
dotfiles push