From cc5b1f58d93dda312f3b6ab4d158c00dd2855dbb Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 13 Sep 2016 15:10:29 +0200 Subject: [PATCH] add script to update dot_files repo --- general/update_dot_files/update_dot_files.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 general/update_dot_files/update_dot_files.sh diff --git a/general/update_dot_files/update_dot_files.sh b/general/update_dot_files/update_dot_files.sh new file mode 100755 index 0000000..dc23d3c --- /dev/null +++ b/general/update_dot_files/update_dot_files.sh @@ -0,0 +1,5 @@ +#! /bin/bash +cd /home/andreas/dot_files/ +git add . +git commit -m "update configs" +git push