Skip to content

Instantly share code, notes, and snippets.

@x4x
Last active January 6, 2018 15:38
Show Gist options
  • Save x4x/33431b58243e44179e4998c214732fe7 to your computer and use it in GitHub Desktop.
Save x4x/33431b58243e44179e4998c214732fe7 to your computer and use it in GitHub Desktop.
install my programes for Xubuntu
#!/bin/bash
sudo -s
apt-get update
apt-get upgrade -y
apt-get install grub -y
apt-get install build-essential git -y
apt-get install p7zip p7zip-full p7zip-rar -y
apt-get install zsh zsh-common wget vlc mplayer lame ffmpeg unzip unp texlive ssh screen ruby nmap -y
apt-get install gnupg2 gnupg-doc -y
apt-get install python3 python3-venv python3-pip -y
apt-get install python2.7 python-pip -y
pip install --upgrade pip
pip3 install --upgrade pip
pip3 install jupyter pandas scipy
pip3 install bottle Cython Flask Flask-Bootstrap Flask-SQLAlchemy Flask-WTF Jinja2 SQLAlchemy
pip3 install youtube-dl
# emacs
apt-get build-dep emacs24
sudo apt-get install build-essential texinfo libx11-dev libxpm-dev libjpeg-dev libpng-dev libgif-dev libtiff-dev libgtk2.0-dev libncurses-dev
cd ~/Download/
wget http://mirror.reismil.ch/gnu/emacs/emacs-25.3.tar.gz
unp emacs-25.3.tar.gz
./configure
make -j 2 && make install
git clone https://bitbucket.org/x4xs/emacs.d-24.5.git --recursive
mv emacs.d-24.5/ ~/.emacs.d
emacs --debug-init &
# virtualbox
apt-get install virtualbox virtualbox-qt virtualbox-dkms -y
# gimp
apt-get autoremove gimp gimp-plugin-registry -y
# blender
apt-get install blender -y
# open VPN
apt-get install openvpn easy-rsa -y
apt-get install network-manager-openvpn-gnome -y
# Farbtemperatur monitor anpassen
apt-get install redshift -y
# keepass
apt-get install keepassx -y
# docker
apt-get install docker.io
apt install arduino -y
apt install handbrake -y
# go
apt install golang-go
echo "export GOPATH=$HOME/.go-work" >> .profile
echo "export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin" .profile
# * import PGP keys!
# * setup iptables!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment