wiki:UbuntuDesktopInstall

Version 6 (modified by Rick van der Zwet, 13 years ago) ( diff )

--

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

$HOME/.profile

$ cat <<'EOF' >> $HOME/.profile
export PATH="$PATH:~/android-sdk-linux_x86/platform-tools/"

export EDITOR=vim
alias mykey="ssh-add -t 7200 $HOME/.ssh/rickvanderzwet"
EOF

$HOME/.config/terminator/config

$ mkdir -p $HOME/.config/terminator
$ cat <<'EOF' > $HOME/.config/terminator/config
# This is a comment
[global_config]

[keybindings]

[profiles]
  [[default]]
    custom_command = bash -l
    use_custom_command = True
    scroll_on_output = False
    scrollback_infinite = True
EOF
Note: See TracWiki for help on using the wiki.