updated stuff
This commit is contained in:
parent
c37679a883
commit
c4ff5a9900
24 changed files with 138 additions and 30 deletions
6
install
6
install
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue