diff options
author | Marvin Borner | 2020-06-21 22:04:03 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-21 22:04:03 +0200 |
commit | 916a102d5e624bcea3f2a75adef8438405c17fda (patch) | |
tree | adda5bb31eeb882512443136face90423031acab /sync | |
parent | 53b139315df3ec5622a704bc460c7b360ddf687d (diff) |
Wew
Diffstat (limited to 'sync')
-rwxr-xr-x | sync | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |