jessy
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| jessy [2016/09/01 13:40] – slack | jessy [2019/11/07 17:58] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | This has x as a dependency: | + | ====== 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 | ||
| | | ||
| + | gem install rmagick pry awesome_print | ||
| + | |||
| + | ===== Config ===== | ||
| + | |||
| Clone '' | Clone '' | ||
| + | |||
| + | for w in .bashrc .profile; do | ||
| + | mv " | ||
| + | done | ||
| + | |||
| + | for x in .aliases .bash_profile .bashrc .cheat .dircolors .get_iplayer .gitconfig .gitignore .ispell_british .lftprc .profile .promptrc .rspec .rtorrent .rtorrent.rc | ||
| + | ln -s config/" | ||
| + | done | ||
| + | | ||
| + | for y in .screenrc.local; | ||
| + | cp config/" | ||
| + | done | ||
| + | |||
| + | ===== Keymap ===== | ||
| Keymap configuration (as root): | Keymap configuration (as root): | ||
| Line 22: | Line 50: | ||
| done | done | ||
| - | Host | + | ===== Host ===== |
| cd /etc | cd /etc | ||
| mv hosts hosts.default | mv hosts hosts.default | ||
| - | ln " | + | ln -s " |
| - | Oh my zsh | + | ===== Oh my zsh ===== |
| sh -c " | sh -c " | ||
| Line 35: | Line 64: | ||
| cd themes | cd themes | ||
| ln -s ../ | ln -s ../ | ||
| + | cd | ||
| rm .zshrc | rm .zshrc | ||
| mv .zshrc.pre-oh-my-zsh .zshrc | mv .zshrc.pre-oh-my-zsh .zshrc | ||
| - | | + | |
| + | ===== Mount ntfs ===== | ||
| + | |||
| + | UUID=blah | ||
jessy.1472737257.txt.gz · Last modified: 2019/11/07 17:58 (external edit)