Changes between Version 5 and Version 6 of UbuntuDesktopInstall


Ignore:
Timestamp:
09/10/11 10:29:37 (13 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuDesktopInstall

    v5 v6  
    55 $ sudo apt-get install minicom screen cu subversion build-essentials terminator vim cssh apache2
    66
    7 = .profile =
     7= $HOME/.profile =
    88{{{
    99$ cat <<'EOF' >> $HOME/.profile
     
    1414EOF
    1515}}}
     16
     17= $HOME/.config/terminator/config
     18{{{
     19$ mkdir -p $HOME/.config/terminator
     20$ cat <<'EOF' > $HOME/.config/terminator/config
     21# This is a comment
     22[global_config]
     23
     24[keybindings]
     25
     26[profiles]
     27  [[default]]
     28    custom_command = bash -l
     29    use_custom_command = True
     30    scroll_on_output = False
     31    scrollback_infinite = True
     32EOF