new layout

This commit is contained in:
Nikolas Weger 2019-11-10 13:11:26 +01:00
parent 005541a96f
commit 1ee7a6234a
17 changed files with 2353 additions and 2 deletions

9
install Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
echo ">> Copying Gitconfig - Please Wait!"
sudo cp ${HOME}/.config/dotfiles/toCopy/gitconfig /etc/gitconfig
echo ">> Copying Gitignore - Please Wait!"
sudo cp ${HOME}/.config/dotfiles/toCopy/gitignore /etc/gitignore
echo ">> Copying SSH Config - Please Wait!"
sudo cp ${HOME}/.config/dotfiles/toCopy/sshconfig /etc/ssh/ssh_config