Skip to content

Instantly share code, notes, and snippets.

@dasdennis
Last active July 31, 2017 20:29
Show Gist options
  • Save dasdennis/3d1df9ce09c39914b535 to your computer and use it in GitHub Desktop.
Save dasdennis/3d1df9ce09c39914b535 to your computer and use it in GitHub Desktop.
Things to do After Elementary OS 0.2 Luna Installation
#!/bin/bash
# Last update in 2014-Nov-10
# Author: Dennis Senner
# Gist Link: https://gist.github.com/dennissenner/3d1df9ce09c39914b535
# Download Elementary OS from here:
# http://sourceforge.net/projects/elementaryos/files/stable/
# First you update your system
sudo apt-get update && sudo apt-get dist-upgrade -y
# Install Aptitude, Synaptic and Gdebi
sudo apt-get install aptitude synaptic gdebi-core -y
# Browsers
# Install Firefox
sudo apt-get install firefox -y
# Install Chromium
sudo apt-get install chromium-browser -y
# Install Google Chrome
# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
# sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
# sudo apt-get update
# sudo apt-get install google-chrome-stable
# 64 bit
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo gdebi google-chrome-stable_current_amd64.deb
# 32 bit
# $ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
# $ sudo gdebi google-chrome-stable_current_i386.deb
# Install Flash Plugin
sudo apt-get install adobe-flashplugin -y
# Remove some Switchboard Plug's
sudo rm -rf /usr/lib/plugs/GnomeCC/gnomecc-bluetooth.plug
sudo rm -rf /usr/lib/plugs/GnomeCC/gnomecc-wacom.plug
# Install gedit (Text Editor)
sudo apt-get install gedit gedit-plugins gedit-latex-plugin -y
# Install File Compression Libs
sudo apt-get install unace unrar zip unzip xz-utils p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller -y
# Install Guake and Terminator Terminals
sudo apt-get install guake terminator -y
# Install DConf
sudo apt-get install dconf-tools -y
# Install Ubuntu Restricted Extras
sudo apt-get install ubuntu-restricted-extras -y
# Display Hidden StartUps Applications
cd /etc/xdg/autostart
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
# Enable Movie DVD Support
sudo apt-get install libdvdread4 -y
sudo /usr/share/doc/libdvdread4/install-css.sh
# MultiMedia Codecs
sudo apt-get install ubuntu-restricted-extras libavcodec-extra-53 -y
# Install Vlc
sudo apt-get install vlc -y
# Install a Firewall Application
sudo apt-get install gufw -y
# Install Gimp
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update -y
sudo apt-get install gimp gimp-data gimp-plugin-registry gimp-data-extras -y
# Customization:
# Install Docky
sudo apt-get install docky -y
# Install Elementary OS extras
sudo apt-add-repository ppa:versable/elementary-update -y
sudo apt-get update
sudo apt-get install elementary-desktop elementary-tweaks
sudo apt-get install elementary-plank-themes
sudo apt-get install wingpanel-slim indicator-synapse
sudo apt-get install elementary-wallpaper-collection
sudo apt-get install elementary-.*-theme elementary-.*-icons
# Install Wingpanels Slim and Super
sudo apt-get install wingpanel-slim super-wingpanel -y
# Install Synapse Indicator
sudo apt-get install indicator-synapse -y
# Install Apparmor 2.8
sudo add-apt-repository ppa:apparmor-upload/apparmor-2.8
sudo apt-get update && sudo apt-get dist-upgrade -y
# Install Java 7
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update -y
sudo apt-get install oracle-java7-installer
# Install Java for Browser
# The java browser plugins enables browsers like Firefox to play java applets.
sudo apt-get install icedtea-plugin -y
# Install Skype
sudo apt-add-repository "deb http://archive.canonical.com/ubuntu/ precise partner"
sudo apt-get update && sudo apt-get install skype -y
# Install Libre Office 4
sudo add-apt-repository ppa:libreoffice/libreoffice-4-0
sudo apt-get update
sudo apt-get install libreoffice -y
# Install the latest git Version
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git -y
# Install the latest Version of VirtualBox
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian precise contrib" >> /etc/apt/sources.list.d/virtualbox.list'
sudo apt-get update
sudo apt-get install virtualbox-4.3 -y
# Install Thunderbird
# If you want install Thunderbird instead of Geary Mail first remove Geary Mail
sudo apt-get purge geary
sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
sudo apt-get update -y
sudo apt-get install thunderbird -y
# Install Monaco Font
cd /usr/share/fonts/truetype/
sudo mkdir ttf-monaco
cd ttf-monaco/
sudo wget http://www.gringod.com/wp-upload/software/Fonts/Monaco_Linux.ttf
# Create an index of X font files in a directory
sudo mkfontdir
cd ..
fc-cache
# Install SublimeText From PPA
wget http://blog.anantshri.info/content/uploads/2010/09/add-apt-repository.sh.txt
sudo mv add-apt-repository.sh.txt /usr/sbin/add-apt-repository
sudo chmod o+x /usr/sbin/add-apt-repository
sudo chown root:root /usr/sbin/add-apt-repository
sudo add-apt-repository ppa:webupd8team/sublime-text-2 -y
sudo apt-get update -y
sudo apt-get install sublime-text -y
# Clean-up System
sudo apt-get purge bluez
sudo apt-get purge midori-granite
sudo apt-get purge software-center
sudo apt-get purge modemmanager
sudo apt-get autoremove
sudo apt-get autoclean
# Updating Kernel
sudo apt-get install linux-generic-lts-raring -y
# Remove:
# During booting, keep pressing SHIFT on keyboard and select older kernel version, then run:
# sudo apt-get purge linux-generic-lts-raring
echo "-------------------"
echo "-------------------"
echo ""
echo "System Ready. Please Reboot."
sleep 3
echo "Bye."
# Reboot and Enjoy!
@desontadeu
Copy link

Install Tweaks

sudo apt-add-repository ppa:versable/elementary-update && sudo apt-get update && sudo apt-get install elementary-tweaks

Install Super Wingpanels and Super

sudo add-apt-repository ppa:gotwig/weekly && sudo apt-get update && sudo apt-get install wingpanel-slim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment