User Tools

Site Tools


jessy

This is an old revision of the document!


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 \
perl libwww-perl libxml-perl libxml-simple-perl atomicparsley rtorrent

gem install rmagick mini_exiftool pry awesome_print

Clone bin and config

# keymap config # ROOT

cd /usr/share/X11/xkb/symbols
mv gb gb.default
ls -s "$CONFIG/gb" .

cd ../rules
for f in evdev.lst evdev.xml base.lst base.xml
do
  mv "$f" "$f.defualt"
  ln -s "$CONFIG/$f" .
done

Host

cd /etc
mv hosts hosts.default
ln "$CONFIG/root/hosts" .

Oh my zsh

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
rm .zshrc
mv .zshrc.pre-oh-my-zsh .zshrc
jessy.1472737216.txt.gz · Last modified: 2019/11/07 17:58 (external edit)