]> git.wh0rd.org - home.git/blobdiff - .bin/glinux-vapier-setup
crostini-vapier-setup: helper for setting up new installs
[home.git] / .bin / glinux-vapier-setup
index 728db3842338bc1b4c6e072672a2b7040184ed33..f2e5590e2733c1410b0a51719824ed398fb5cd22 100755 (executable)
@@ -7,16 +7,24 @@ pkgs=(
        pavucontrol
        pssh
        pylint
-       python-mox
+       pylint3
        python-mock
+       python-pip python3-pip
        python-protobuf
+       python-virtualenv
        sharutils
        unzip
 
+       become
        goobuntu-remote-unlock
+       lvm2
+       thin-provisioning-tools
 
        xfce4
+       xfce4-goodies
+       xfce4-power-manager
 
+       dict
        elinks
        feh
        gimp
@@ -24,14 +32,17 @@ pkgs=(
        gtk-redshift
        inkscape
        mplayer
-       pidgin
-       pidgin-otr
+       mpv
        vlc
        wmctrl
        hexchat
        xrestop
+       advancecomp
+       jpegoptim
        konsole
        okular
+       optipng
+       pngcrush
        yakuake
        xscreensaver
 
@@ -39,9 +50,12 @@ pkgs=(
        automake
        bison
        ccache
+       clang
+       clang-format
        dejagnu
        diffstat
        flex
+       gcc
        git
        git-email
        git-svn
@@ -49,28 +63,45 @@ pkgs=(
        keychain
        libtool
        nfs-common
+       patchutils
        pax-utils
+       pinfo
        screen
        strace
        subversion
        texinfo
        tree
 
+       dnsutils
        {g,c}kermit
        minicom
+       mosh
        netcat
        nfs-kernel-server
        qemu
        rsh-client
        telnet-ssl
        tftp{,d}-hpa
+       whois
        wireshark
        xinetd
 
        adb
-       fastboot
+       # Newer adb packages include fastboot.
+#      fastboot
+
+       eterm
+       gnome-terminal
+       mlterm
+       pterm
+       rxvt
+       rxvt-unicode
+       stterm
+       xterm
 
        device-tree-compiler
+       libcap-dev
+       libcap-ng-dev
        libfdt-dev
        libftdi-dev
        liblzma-dev
@@ -80,11 +111,12 @@ pkgs=(
        libusb-1.0-0-dev
        python-beautifulsoup
        python-dev
+       virtualenv
        zlib1g-dev
 )
 sudo bash -c '
-set -x
-goobuntu-config -U set custom_etc_sudoers_d true
+set -ex
+glinux-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
 
@@ -94,14 +126,14 @@ apt-get -y purge google-chrome-beta
 apt-get -y install google-chrome-unstable
 apt-get -y install "$@"
 
-goobuntu-updater
-goobuntu-remote-unlock enroll
+glinux-updater
+glinux-remote-unlock enroll
 
 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
+rm -f ~root/.profile ~root/.bashrc
 echo . ~vapier/.profile.d/ROOT-bashrc > ~root/.bashrc
 
 echo -g > /etc/ps1_append