updated stuff

This commit is contained in:
Nikolas Weger 2019-12-11 12:13:54 +01:00
parent c37679a883
commit c4ff5a9900
24 changed files with 138 additions and 30 deletions

View file

@ -14,10 +14,10 @@ echo ">>> Installing Linuxbrew - Please Wait! <<<"
[[ ! -d "/home/linuxbrew/.linuxbrew" ]] && ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)" && echo "> Linuxbrew installed" || echo "> Linuxbrew already installed"
echo ">>> Copying Gitconfig - Please Wait! <<<"
sudo cp ${HOME}/.config/dotfiles/toCopy/gitconfig /etc/gitconfig
sudo cp ${HOME}/.config/dotfiles/copy/gitconfig /etc/gitconfig
echo ">>> Copying Gitignore - Please Wait! <<<"
sudo cp ${HOME}/.config/dotfiles/toCopy/gitignore /etc/gitignore
sudo cp ${HOME}/.config/dotfiles/copy/gitignore /etc/gitignore
echo ">>> Copying SSH Config - Please Wait! <<<"
sudo cp ${HOME}/.config/dotfiles/toCopy/sshconfig /etc/ssh/ssh_config
sudo cp ${HOME}/.config/dotfiles/copy/sshconfig /etc/ssh/ssh_config