Last active
December 21, 2015 20:49
-
-
Save h3xxx/6364416 to your computer and use it in GitHub Desktop.
some of my must have applications I have to install on clean system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### system tools ### | |
apr-get install mc htop byobu exfat-fuse glances | |
### desktop tools ### | |
apr-get install conky nautilus-dropbox pidgin | |
### graphics ### | |
apr-get install gimp inkscape | |
### security / network / hacking ### | |
apr-get install vidalia gufw nmap hping3 wireshark filezilla | |
apt-add-repository ppa:jtaylor/keepass | |
apt-get update | |
apt-get install keepass2 | |
### monitoring ### | |
apt-get install glances sysstat | |
apt-get install nmon nload bmon | |
### development ### | |
apr-get install geany openjdk-7-jdk vim subversion git git-flow eclipse rails | |
### lamp stack ### | |
apr-get install apache2 php5 mysql-client mysql-server phpmyadmin | |
add-apt-repository ppa:no1wantdthisname/ppa | |
apt-get update | |
apt-get install fontconfig-infinality | |
bash /etc/fonts/infinality/infctl.sh setstyle | |
add-apt-repository ppa:finalterm/daily | |
apt-get update | |
apt-get install finalterm | |
apt-get install zsh | |
apt-get install curl git | |
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh | |
# speedtest # | |
apt-get install python-pip | |
pip install speedtest-cli | |
# http://sourceforge.net/projects/aria2/files/stable/aria2-1.18.0/ | |
apt-get install aria2 | |
sudo add-apt-repository ppa:tualatrix/ppa | |
sudo apt-get update | |
sudo apt-get install ubuntu-tweak | |
sudo apt-get install indicator-cpufreq | |
sudo add-apt-repository ppa:kilian/f.lux | |
sudo apt-get update | |
sudo apt-get install fluxgui | |
mkdir /tmp/adodefont | |
cd /tmp/adodefont | |
wget http://downloads.sourceforge.net/project/sourcecodepro.adobe/SourceCodePro_FontsOnly-1.017.zip | |
unzip SourceCodePro_FontsOnly-1.017.zip | |
mkdir -p ~/.fonts | |
cp SourceCodePro_FontsOnly-1.017/OTF/*.otf ~/.fonts | |
fc-cache -f -v | |
### screenfetch | |
# http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/screenfetch-3.2.2.tar.gz | |
# copy the screenfetch-dev file (from inside the newly-unpacked screenfetch-3.2.2 folder) under the home folder | |
# add ./screenfetch-dev to the .bashrc file | |
sudo apt-get install gnome-sushi | |
nautilus -q | |
# https://launchpad.net/i-nex/+download | |
# http://nmon.sourceforge.net/pmwiki.php?n=Site.Download | |
apt-get install beep | |
# testdisk | |
apt-get install testdisk | |
# gdisk | |
apt-get install gdisk | |
# boot-repair | |
add-apt-repository ppa:yannubuntu/boot-repair | |
apt-get update | |
apt-get install boot-repair-ubuntu | |
apt-get install wavemon | |
apt-get install i3wm | |
#rdp | |
apt-get install remmina remmina-plugin-rdp | |
# sysdig i3wm herbstluftwm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment