User Tools

Site Tools


jessy

Differences

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

Link to this comparison view

Next revision
Previous revision
jessy [2016/09/01 13:36] – created 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**:
 +
   apt-get install git curl screen build-essential pkg-config ruby ruby-dev rubygems ruby-qt4 \   apt-get install git curl screen build-essential pkg-config ruby ruby-dev rubygems ruby-qt4 \
   libmagickwand-dev jhead exiftool linux-headers-$(uname -r) make zsh \   libmagickwand-dev jhead exiftool linux-headers-$(uname -r) make zsh \
-  perl libwww-perl libxml-perl libxml-simple-perl atomicparsley rtorrent+  perl libwww-perl libxml-perl libxml-simple-perl atomicparsley rtorrent 
 +  dolphin vlc
      
   gem install rmagick mini_exiftool pry awesome_print   gem install rmagick mini_exiftool pry awesome_print
 +
 +**Without x** (headless):
 +
 +  apt-get install git curl screen build-essential pkg-config ruby ruby-dev rubygems \
 +  linux-headers-$(uname -r) make zsh perl libwww-perl libxml-perl libxml-simple-perl atomicparsley rtorrent
      
-Clone ''bin'' and ''config''+  gem install rmagick pry awesome_print
  
-# keymap config +===== Config ===== 
-# ROOT+ 
 +Clone ''bin'' and ''config''
 + 
 +  for w in .bashrc .profile; do 
 +    mv "$w" "$w".default 
 +  done 
 + 
 +  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" 
 +  done 
 +   
 +  for y in .screenrc.local; do 
 +    cp config/"$y" "$y" 
 +  done 
 + 
 +===== Keymap ===== 
 + 
 +Keymap configuration (as root):
  
   cd /usr/share/X11/xkb/symbols   cd /usr/share/X11/xkb/symbols
Line 21: Line 50:
   done   done
  
-Host+===== Host ===== 
  
   cd /etc   cd /etc
   mv hosts hosts.default   mv hosts hosts.default
-  ln "$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)"
 +  cd .oh-my-zsh/custom
 +  mkdir themes
 +  cd themes
 +  ln -s ../../../config/zsh-custom/slack.zsh-theme
 +  cd
 +  rm .zshrc
 +  mv .zshrc.pre-oh-my-zsh .zshrc
 +
 +===== Mount ntfs =====
 +
 +  UUID=blah  /huge ntfs  uid=1000,gid=1000,umask=022,auto  0  0
 +
jessy.1472736960.txt.gz · Last modified: 2019/11/07 17:58 (external edit)