new layout
This commit is contained in:
parent
005541a96f
commit
1ee7a6234a
17 changed files with 2353 additions and 2 deletions
9
install
Executable file
9
install
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue