systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

updateHomeNoGui.sh (960B)


      1 cp .profile ~/
      2 cp ../dotfiles/.gdbinit ~/
      3 cp ../dotfiles/.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 chmod 700 ~/.ssh
     23 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