]> git.wh0rd.org - home.git/blobdiff - .bin/goobuntu-vapier-setup
le-renew: switch to cryptography module
[home.git] / .bin / goobuntu-vapier-setup
index 4344765e1d3184b3bb178852c5f3451c36b63c26..488f177553866685f895ce9240c72f77251a60bf 100755 (executable)
@@ -1,9 +1,14 @@
 #!/bin/bash
 pkgs=(
+       cifs-utils
        clusterssh
-       fetchotp
+       iotop
+       ipython
+       pavucontrol
        pssh
+       pylint
        python-mox
+       python-mock
        python-protobuf
        sharutils
        unzip
@@ -11,40 +16,91 @@ pkgs=(
        xfce4
        kubuntu-desktop
 
+       elinks
+       feh
+       gimp
        gkrellm
+       gtk-redshift
+       inkscape
+       mplayer
        nxclient
        pidgin
        pidgin-otr
+       vlc
        wmctrl
        xchat
        xrestop
        yakuake
 
+       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
+
+       android-tools-adb
+       android-tools-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
-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;
+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 google-chrome-beta;
-apt-get -y install google-chrome-unstable;
-apt-get -y install "$@";
+apt-get -y purge zeitgeist*
+apt-get -y purge google-chrome-beta
+apt-get -y install google-chrome-unstable
+apt-get -y install "$@"
 
-goobuntu-updater;
+goobuntu-updater
 
-ln -sf ~vapier/.profile.d/ROOT-bash_profile ~root/.bash_profile;
+ln -sf ~vapier/.profile.d/ROOT-bash_profile ~root/.bash_profile
 for f in .gitconfig .inputrc .nanorc ; do
-       ln -sf ~vapier/${f} ~root/${f};
-done;
-rm -f ~root/.profile;
+       ln -sf ~vapier/${f} ~root/${f}
+done
+rm -f ~root/.profile
 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
 ' bash "${pkgs[@]}"