= Intro = This document describes the steps and tweaks I do to make my desktop work the way I want it. = Packages = $ sudo apt-get install minicom screen cu subversion build-essentials terminator vim cssh apache2 = .profile = {{{ $ cat <> $HOME/.profile export PATH="$PATH:~/android-sdk-linux_x86/platform-tools/" export EDITOR=vim alias mykey="ssh-add -t 7200 $HOME/.ssh/rickvanderzwet" EOF }}}