systemSetup

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

updateHome.sh (314B)


      1 ./updateHomeNoGui.sh
      2 
      3 # set screen resolution
      4 cp screenXrandr.sh ~/bin/
      5 
      6 # xterm black background
      7 cp .Xresources ~/
      8 
      9 # start i3
     10 cp .xinitrc ~/
     11 
     12 # i3
     13 mkdir ~/.i3
     14 cp -R .i3/* ~/.i3/
     15 
     16 # fluxbox
     17 mkdir ~/.fluxbox
     18 cp -R ../dotfiles/.fluxbox/* ~/.fluxbox/
     19 
     20 # mlterm
     21 mkdir ~/.mlterm
     22 cp -R ../dotfiles/.mlterm/* ~/.mlterm/