updated stuff again

This commit is contained in:
Nikolas Weger 2020-11-06 20:19:12 +01:00
parent ecbcd3a6e4
commit 3a1adff906
5 changed files with 36 additions and 108 deletions

View file

@ -1,9 +1,5 @@
#!/bin/bash
[[ $1 == "copy" ]] && {
echo ">>> Copying .gitconfig - Please Wait! <<<"
sudo cp ${HOME}/.config/dotfiles/copy/gitconfig /etc/gitconfig
echo ">>> Copying .gitignore - Please Wait! <<<"
sudo cp ${HOME}/.config/dotfiles/copy/gitignore /etc/gitignore
echo ">>> Copying .zshenv - Please Wait! <<<"
cp ${HOME}/.config/dotfiles/copy/zshenv ${HOME}/.zshenv
}