User Tools

Site Tools


jessy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
jessy [2016/10/24 15:41] slackjessy [2019/11/07 17:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Jessy Basics ======
 +
 +===== Apt =====
 +
 **This has x as a dependency**: **This has x as a dependency**:
  
Line 14: Line 18:
      
   gem install rmagick pry awesome_print   gem install rmagick pry awesome_print
 +
 +===== Config =====
  
 Clone ''bin'' and ''config''. Clone ''bin'' and ''config''.
Line 21: Line 27:
   done   done
  
-  for x in .aliases .bash_profile .bashrc .dircolors .get_iplayer .gitconfig .gitignore .ispell_british .lftprc .profile .promptrc .rspec .rtorrent .rtorrent.rc   .screenrc .shellrc .zshrc; do+  for x in .aliases .bash_profile .bashrc .cheat .dircolors .get_iplayer .gitconfig .gitignore .ispell_british .lftprc .profile .promptrc .rspec .rtorrent .rtorrent.rc   .screenrc .shellrc .zshrc; do
     ln -s config/"$x" "$x"     ln -s config/"$x" "$x"
   done   done
Line 28: Line 34:
     cp config/"$y" "$y"     cp config/"$y" "$y"
   done   done
 +
 +===== Keymap =====
  
 Keymap configuration (as root): Keymap configuration (as root):
Line 42: Line 50:
   done   done
  
-Host+===== Host ===== 
  
   cd /etc   cd /etc
Line 48: Line 57:
   ln -s "$CONFIG/root/hosts" .   ln -s "$CONFIG/root/hosts" .
  
-Oh my zsh+===== Oh my zsh =====
  
   sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"   sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Line 58: Line 67:
   rm .zshrc   rm .zshrc
   mv .zshrc.pre-oh-my-zsh .zshrc   mv .zshrc.pre-oh-my-zsh .zshrc
-  + 
 +===== Mount ntfs ===== 
 + 
 +  UUID=blah  /huge ntfs  uid=1000,gid=1000,umask=022,auto  0  0 
jessy.1477323690.txt.gz · Last modified: 2019/11/07 17:58 (external edit)