updated stuff again
This commit is contained in:
parent
ecbcd3a6e4
commit
3a1adff906
5 changed files with 36 additions and 108 deletions
4
install
4
install
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue