updateHome.sh (626B)
1 cp .bash_aliases ~/ 2 cp .bashrc ~/ 3 cp ../dotfiles/.gdbinit ~/ 4 cp ../dotfiles/.gitconfig ~/ 5 # termux - sponge is missing 6 # cp -R ../dotfiles/.gittemplates ~/ 7 cp ../dotfiles/.tmux.conf ~/ 8 mkdir ~/.vim 9 cp -R ../dotfiles/.vim/* ~/.vim/ 10 cp .vimrc ~/ 11 mkdir ~/bin 12 cp ../dotfiles/new.sh ~/bin/ 13 cp ../dotfiles/gf ~/bin/ 14 cp ../dotfiles/gre ~/bin/ 15 cp ../dotfiles/mk.sh ~/bin/ 16 cp ../dotfiles/ref.sh ~/bin/ 17 cp ../dotfiles/gle.sh ~/bin/ 18 cp ../dotfiles/gdf.sh ~/bin/ 19 mkdir ~/.gnupg 20 cp ../dotfiles/gpg-agent.conf ~/.gnupg/ 21 mkdir ~/.ssh 22 chmod 700 ~/.ssh 23 #cp ../dotfiles/.ssh/config ~/.ssh/ 24 25 # save current commit in home 26 ./systemSetupCommit.sh