💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › dragonflybsd › updateHom… captured on 2023-07-10 at 15:46:44. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
updateHomeNoGui.sh (959B)
1 cp .cshrc ~/ 2 cp ../dotfiles/.gdbinit ~/ 3 cp .gitconfig ~/ 4 #cp -R ../dotfiles/.gittemplates ~/ 5 cp ../dotfiles/.tmux.conf ~/ 6 mkdir ~/.vim 7 cp -R ../dotfiles/.vim/* ~/.vim/ 8 cp ../dotfiles/.vimrc ~/ 9 mkdir ~/bin 10 cp ../dotfiles/new.sh ~/bin/ 11 cp ../dotfiles/gf ~/bin/ 12 cp ../dotfiles/gre ~/bin/ 13 cp ../dotfiles/mk.sh ~/bin/ 14 cp ../dotfiles/updateXapianIndex.sh ~/bin/ 15 cp ../dotfiles/xapianOmegaSearch.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 #TODO chmod 700 ~/.ssh 23 #TODO cp ../dotfiles/.ssh/config ~/.ssh/ 24 mkdir ~/.w3m 25 cp ../dotfiles/.w3m/config ~/.w3m/ 26 27 # mc 28 mkdir -p ~/.config/mc 29 cp -R ../dotfiles/mc/* ~/.config/mc/ 30 31 # ranger sixel/mlterm configuration 32 mkdir -p ~/.config/ranger/colorschemes 33 cp ../dotfiles/rc.conf ~/.config/ranger/ 34 cp ../dotfiles/default.py ~/.config/ranger/colorschemes/ 35 36 # save current commit in home 37 ./systemSetupCommit.sh