theniceboy/bin/update_config
2020-03-12 05:33:26 +00:00

10 lines
114 B
Text
Executable file

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