aboutsummaryrefslogtreecommitdiff
path: root/sync
diff options
context:
space:
mode:
authorMarvin Borner2020-06-21 22:04:03 +0200
committerMarvin Borner2020-06-21 22:04:03 +0200
commit916a102d5e624bcea3f2a75adef8438405c17fda (patch)
treeadda5bb31eeb882512443136face90423031acab /sync
parent53b139315df3ec5622a704bc460c7b360ddf687d (diff)
Wew
Diffstat (limited to 'sync')
-rwxr-xr-xsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync b/sync
index 2ccf77b..e349493 100755
--- a/sync
+++ b/sync
@@ -41,7 +41,7 @@ echo
printf "\033[0;34m"
echo "Copying configs"
printf "\033[0;37m"
-cp -rv .config/ .local/ .lein/ .scripts/ .boilerplates/ .repos/ .bash_profile .bashrc .xinitrc .Xresources "$HOME"/
+cp -rv .config/ .local/ .lein/ .scripts/ .boilerplates/ .repos/ .bash_profile .bashrc .xinitrc .Xresources .gitconfig "$HOME"/
sudo cp -rv .etc/* /etc/
printf "\033[0;34m"