theniceboy/bin/update_config.sh
2020-03-12 05:28:13 +00:00

10 lines
114 B
Bash
Executable file

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