systemSetup

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

updateHomeNoGui.sh (1268B)


      1 mkdir ~/tmp/
      2 cp ../dotfiles/.bash_aliases ~/
      3 cp ../dotfiles/.bashrc ~/
      4 cp ../dotfiles/.gdbinit ~/
      5 cp ../dotfiles/.gitconfig ~/
      6 cp -R ../dotfiles/.gittemplates ~/
      7 cp ../dotfiles/.tmux.conf ~/
      8 mkdir ~/.vim
      9 cp -R ../dotfiles/.vim/* ~/.vim/
     10 cp ../dotfiles/.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/updateXapianIndex.sh ~/bin/
     17 cp ../dotfiles/xapianOmegaSearch.sh ~/bin/
     18 cp ../dotfiles/ref.sh ~/bin/
     19 cp ../dotfiles/ug.sh ~/bin/
     20 cp ../dotfiles/gle.sh ~/bin/
     21 cp ../dotfiles/gdf.sh ~/bin/
     22 cp ../dotfiles/vop.c ~/bin/
     23 cp ../dotfiles/N.sh ~/bin/
     24 cp ../dotfiles/pl.sh ~/bin/
     25 cp ../dotfiles/c.sh ~/bin/
     26 sheepy -c ~/bin/vop.c
     27 cp ../dotfiles/gop ~/bin/
     28 mkdir ~/.gnupg
     29 cp ../dotfiles/gpg-agent.conf ~/.gnupg/
     30 mkdir ~/.ssh
     31 chmod 700 ~/.ssh
     32 # copy slackware setting for ssh client
     33 cp .ssh/config ~/.ssh/
     34 mkdir ~/.w3m
     35 cp ../dotfiles/.w3m/config ~/.w3m/
     36 
     37 # source .bashrc
     38 cp .bash_profile ~/
     39 
     40 # mc
     41 mkdir -p ~/.config/mc
     42 cp -R ../dotfiles/mc/* ~/.config/mc/
     43 
     44 # ranger sixel/mlterm configuration
     45 mkdir -p ~/.config/ranger/colorschemes
     46 cp ../dotfiles/rc.conf ~/.config/ranger/
     47 cp ../dotfiles/default.py ~/.config/ranger/colorschemes/
     48 
     49 # save current commit in home
     50 ./systemSetupCommit.sh