#/usr/bin/env bash cd ~/.config echo ".config" git pull git status cd ~/.sconfig echo ".sconfig" git pull git status cd ~/scripts echo "scripts" git pull git status cd ~/.config/nvim echo "nvim" git pull git status