Skip to content

Instantly share code, notes, and snippets.

@tlhunter
Created April 10, 2018 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlhunter/6328379b73519e52880926ea9d3ff460 to your computer and use it in GitHub Desktop.
Save tlhunter/6328379b73519e52880926ea9d3ff460 to your computer and use it in GitHub Desktop.
For my Openbox setup. Needs manual intervention everywhere
sudo apt install leafpad htop \
openbox menu openbox-menu tint2 \
obconf lxappearance scrot \
terminator git stterm arandr \
build-essential curl dia dmenu etherape \
filezilla gimp gparted hexcurse \
inkscape nmap tig tmux transmission-gtk \
vim-gtk vlc wireshark zsh keepassx snapd \
feh galculator kazam xbacklight
cd ~/Downloads
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.31/linux-headers-4.14.31-041431_4.14.31-041431.201803281824_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.31/linux-headers-4.14.31-041431-generic_4.14.31-041431.201803281824_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14.31/linux-image-4.14.31-041431-generic_4.14.31-041431.201803281824_amd64.deb
sudo dpkg -i *.deb
wget https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
chmod +x jq-linux64
sudo mv jq-linux64 /usr/bin/jq
wget https://download.virtualbox.org/virtualbox/5.2.8/virtualbox-5.2_5.2.8-121009~Ubuntu~xenial_amd64.deb
sudo apt install libelf-dev
sudo dpkg -i virtualbox*.deb
# https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository
wget https://nodejs.org/dist/v8.11.1/node-v8.11.1.tar.gz
tar -xzvf node*
cd node*
./configure
make
sudo make install
cd ~/Downloads
wget https://launchpad.net/veracrypt/trunk/1.22/+download/veracrypt-1.22-setup.tar.bz2
#TODO
# https://www.google.com/chrome/thankyou.html?platform=linux&statcb=1&extra=betachannel
#https://app.getpostman.com/app/download/linux64
snap install spotify
wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb
#TODO
#sunvox
#oh-my-zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment