]> git.wh0rd.org - home.git/blobdiff - .bin/goobuntu-vapier-setup
custom-chroot: fix /dev/pts mounting on older kernels
[home.git] / .bin / goobuntu-vapier-setup
index 0323ac76cc5c8f81a5ba81cd5418b24d4821f64f..728db3842338bc1b4c6e072672a2b7040184ed33 100755 (executable)
@@ -1,33 +1,86 @@
 #!/bin/bash
 pkgs=(
+       cifs-utils
        clusterssh
-       fetchotp
+       iotop
+       ipython
        pavucontrol
        pssh
+       pylint
        python-mox
+       python-mock
        python-protobuf
        sharutils
        unzip
 
+       goobuntu-remote-unlock
+
        xfce4
-       kubuntu-desktop
 
+       elinks
+       feh
+       gimp
        gkrellm
-       nxclient
+       gtk-redshift
+       inkscape
+       mplayer
        pidgin
        pidgin-otr
+       vlc
        wmctrl
-       xchat
+       hexchat
        xrestop
+       konsole
+       okular
        yakuake
+       xscreensaver
 
+       autoconf
+       automake
+       bison
        ccache
+       dejagnu
+       diffstat
+       flex
        git
+       git-email
+       git-svn
        gdb
        keychain
+       libtool
+       nfs-common
        pax-utils
+       screen
        strace
+       subversion
+       texinfo
        tree
+
+       {g,c}kermit
+       minicom
+       netcat
+       nfs-kernel-server
+       qemu
+       rsh-client
+       telnet-ssl
+       tftp{,d}-hpa
+       wireshark
+       xinetd
+
+       adb
+       fastboot
+
+       device-tree-compiler
+       libfdt-dev
+       libftdi-dev
+       liblzma-dev
+       libpixman-1-dev
+       libreadline-dev
+       libsdl1.2-dev
+       libusb-1.0-0-dev
+       python-beautifulsoup
+       python-dev
+       zlib1g-dev
 )
 sudo bash -c '
 set -x
@@ -35,11 +88,14 @@ goobuntu-config -U set custom_etc_sudoers_d true
 printf "Defaults !tty_tickets\nDefaults timestamp_timeout=360\n" > /etc/sudoers.d/vapier
 chmod 440 /etc/sudoers.d/vapier
 
+apt-get -y purge zeitgeist*
+apt-get -y purge thunderbird evolution
 apt-get -y purge google-chrome-beta
 apt-get -y install google-chrome-unstable
 apt-get -y install "$@"
 
 goobuntu-updater
+goobuntu-remote-unlock enroll
 
 ln -sf ~vapier/.profile.d/ROOT-bash_profile ~root/.bash_profile
 for f in .gitconfig .inputrc .nanorc ; do
@@ -51,5 +107,5 @@ echo . ~vapier/.profile.d/ROOT-bashrc > ~root/.bashrc
 echo -g > /etc/ps1_append
 
 rm -f /cros
-ln -s /usr/local/src/chromiumos/cros-signing /cros
+#ln -s /usr/local/src/chromiumos/cros-signing /cros
 ' bash "${pkgs[@]}"