Use git bare repository to manage your dotfiles
cd $HOME
git clone --bare https://github.com/pengux/dotfiles $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
dotfiles add /path/to/file
dotfiles commit -m "A short message"
dotfiles push
chmod +x $HOME/.config/polybar/launch.sh
chmod +x $HOME/.config/polybar/scripts/check-all-updates.sh
zplug install
zplug load
vim +PlugInstall +qall
go get github.com/joho/godotenv/cmd/godotenv
systemctl --user enable --now restic-backup-timer