update config

This commit is contained in:
David Chen 2020-03-12 05:28:13 +00:00
parent 4fae48da3f
commit d95a8ae01a
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View file

@ -40,3 +40,4 @@ ranger/plugins/devicons_linemode.pyo
!/pudb/
/pudb/*
!/pudb/pudb.cfg
!/bin

10
bin/update_config.sh Executable file
View file

@ -0,0 +1,10 @@
#/usr/bin/env bash
cd ~/.config
git pull
cd ~/.sconfig
git pull
cd ~/scripts
git pull
cd ~/.config/nvim
git pull