💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › rhel_centos › updateHome… captured on 2023-01-29 at 11:32:16. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
updateHomeNoGui.sh (1165B)
1 cp .bash_aliases ~/ 2 cp .bashrc ~/ 3 cp ../dotfiles/.gdbinit ~/ 4 cp ../dotfiles/.gitconfig ~/ 5 cp -R ../dotfiles/.gittemplates ~/ 6 cp ../dotfiles/.tmux.conf ~/ 7 mkdir ~/.vim 8 cp -R ../dotfiles/.vim/* ~/.vim/ 9 cp ../dotfiles/.vimrc ~/ 10 mkdir ~/bin 11 cp ../dotfiles/new.sh ~/bin/ 12 cp ../dotfiles/gf ~/bin/ 13 cp ../dotfiles/gre ~/bin/ 14 cp ../dotfiles/mk.sh ~/bin/ 15 cp ../dotfiles/updateXapianIndex.sh ~/bin/ 16 cp ../dotfiles/xapianOmegaSearch.sh ~/bin/ 17 cp ../dotfiles/ref.sh ~/bin/ 18 cp ../dotfiles/ug.sh ~/bin/ 19 cp ../dotfiles/gle.sh ~/bin/ 20 cp ../dotfiles/gdf.sh ~/bin/ 21 cp ../dotfiles/vop.c ~/bin/ 22 cp ../dotfiles/N.sh ~/bin/ 23 cp ../dotfiles/pl.sh ~/bin/ 24 cp ../dotfiles/c.sh ~/bin/ 25 sheepy -c ~/bin/vop.c 26 cp ../dotfiles/gop ~/bin/ 27 mkdir ~/.gnupg 28 cp ../dotfiles/gpg-agent.conf ~/.gnupg/ 29 mkdir ~/.ssh 30 chmod 700 ~/.ssh 31 cp ../dotfiles/.ssh/config ~/.ssh/ 32 mkdir ~/.w3m 33 cp ../dotfiles/.w3m/config ~/.w3m/ 34 35 # mc 36 mkdir -p ~/.config/mc 37 cp -R ../dotfiles/mc/* ~/.config/mc/ 38 39 # ranger sixel/mlterm configuration 40 mkdir -p ~/.config/ranger/colorschemes 41 cp ../dotfiles/rc.conf ~/.config/ranger/ 42 cp ../dotfiles/default.py ~/.config/ranger/colorschemes/ 43 44 # save current commit in home 45 ./systemSetupCommit.sh