theniceboy/bin/update_config
David Chen f989ae15ad chores
2020-05-14 12:06:20 -04:00

14 lines
158 B
Text
Executable file

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