Skip to content

Instantly share code, notes, and snippets.

@renesansz
Last active August 29, 2015 14:15
Show Gist options
  • Save renesansz/1918dbee0cbc0cd44017 to your computer and use it in GitHub Desktop.
Save renesansz/1918dbee0cbc0cd44017 to your computer and use it in GitHub Desktop.
Some useful commands after installing Ubuntu based distro
#!/bin/bash
sudo -s
add-apt-repository -y ppa:apt-fast/stable
apt-get update
apt-get install apt-fast
add-apt-repository -y ppa:mozillateam/firefox-next
add-apt-repository -y ppa:djcj/vlc-stable
add-apt-repository -y ppa:danielrichter2007/grub-customizer
add-apt-repository -y ppa:versable/elementary-update
add-apt-repository -y ppa:n-muench/burg
apt-fast update
apt-fast install -y dconf firefox burg burg-themes arandr grub-customizer ubuntu-restricted-extras elementary-tweaks vlc transmission flashplugin-installer gsfonts-x11 libxine1-ffmpeg gxine mencoder mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg totem-mozilla icedax id3tool lame nautilus-script-audio-convert libmad0 libjpeg-progs flac faac faad sox ffmpeg2theora libmpeg2-4 uudeview flac libmpeg3-1 mpeg3-utils mpegdemux liba52-0.7.4-dev libquicktime2 gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mp3 gstreamer0.10-gnonlin gstreamer0.10-sdl gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly totem-plugins-extra gstreamer-dbus-media-service gstreamer-tools ubuntu-restricted-extras ttf-mscorefonts-installer unace rar unrar p7zip-rar p7zip zip unzip sharutils uudeview mpack lha arj cabextract file-roller gimp
# System Indicators
add-apt-repository -y ppa:atareao/atareao
add-apt-repository -y ppa:indicator-multiload/stable-daily
add-apt-repository -y ppa:alexmurray/indicator-sensors
add-apt-repository -y ppa:kilian/f.lux
add-apt-repository -y ppa:tsbarnes/indicator-keylock
add-apt-repository -y ppa:umang/indicator-stickynotes
apt-fast update
apt-fast install -y my-weather-indicator indicator-stickynotes indicator-multiload indicator-sensors fluxgui indicator-keylock touchpad-indicator
# Development Tools
add-apt-repository -y ppa:webupd8team/brackets
add-apt-repository -y ppa:webupd8team/sublime-text-3
apt-fast update
apt-fast install -y brackets build-essential git sublime-text-installer nodejs npm
# Elementary OS
# Others
add-apt-repository -y ppa:heathbar/super-wingpanel
apt-fast update
apt-fast install -y super-wingpanel
# Themes
apt-fast install -y elementary-dark-theme elementary-plastico-theme elementary-whit-e-theme elementary-harvey-theme elementary-blue-theme elementary-colors-theme elementary-lion-theme elementary-champagne-theme elementary-milk-theme elementary-emod-icons elementary-elfaenza-icons elementary-nitrux-icons elementary-enumix-utouch-icons elementary-plank-themes wingpanel-slim indicator-synapse elementary-tweaks
phon
# Show hidden startup apps
sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
# NodeJS
apt-fast install --yes build-essential curl git
#install latest node
apt-fast install --yes python-software-properties python g++ make
add-apt-repository --yes ppa:chris-lea/node.js
apt-fast update
apt-fast install --yes nodejs
# PhoneGAP
sudo npm install -gf phonegap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment