systemSetup

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

diffHome.sh (1590B)


      1 echo diff ../dotfiles/.bash_aliases ~/.bash_aliases
      2 diff ../dotfiles/.bash_aliases ~/.bash_aliases
      3 echo diff ../dotfiles/.bashrc ~/.bashrc
      4 diff ../dotfiles/.bashrc ~/.bashrc
      5 echo diff ../dotfiles/.gdbinit ~/.gdbinit
      6 diff ../dotfiles/.gdbinit ~/.gdbinit
      7 echo diff ../dotfiles/.gitconfig ~/.gitconfig
      8 diff ../dotfiles/.gitconfig ~/.gitconfig
      9 echo diff ../dotfiles/.gittemplates/hooks/prepare-commit-msg ~/.gittemplates/hooks/prepare-commit-msg
     10 diff ../dotfiles/.gittemplates/hooks/prepare-commit-msg ~/.gittemplates/hooks/prepare-commit-msg
     11 echo diff ../dotfiles/.tmux.conf ~/.tmux.conf
     12 diff ../dotfiles/.tmux.conf ~/.tmux.conf
     13 #diff -R ../dotfiles/.vim/* ~/.vim/
     14 echo diff ../dotfiles/.vimrc ~/.vimrc
     15 diff ../dotfiles/.vimrc ~/.vimrc
     16 #diff ../dotfiles/new.sh ~/bin/
     17 #diff ../dotfiles/updateXapianIndex.sh ~/bin/
     18 #diff ../dotfiles/xapianOmegaSearch.sh ~/bin/
     19 echo diff ../dotfiles/gpg-agent.conf ~/.gnupg/gpg-agent.conf
     20 diff ../dotfiles/gpg-agent.conf ~/.gnupg/gpg-agent.conf
     21 echo diff ../dotfiles/.ssh/config ~/.ssh/config
     22 diff ../dotfiles/.ssh/config ~/.ssh/config
     23 
     24 # i3
     25 #diff -R ../dotfiles/.i3/* ~/.i3/
     26 
     27 # fluxbox
     28 #diff -R ../dotfiles/.fluxbox/* ~/.fluxbox/
     29 
     30 # mc
     31 #diff -R ../dotfiles/mc/* ~/.config/mc/
     32 
     33 # ranger sixel/mlterm configuration
     34 echo diff ../dotfiles/rc.conf ~/.config/ranger/rc.conf
     35 diff ../dotfiles/rc.conf ~/.config/ranger/rc.conf
     36 echo diff ../dotfiles/default.py ~/.config/ranger/colorschemes/default.py
     37 diff ../dotfiles/default.py ~/.config/ranger/colorschemes/default.py
     38 
     39 echo
     40 echo ----
     41 echo run ./systemSetupCommit.sh when the config is synchronized with latest commit