Skip to content

Instantly share code, notes, and snippets.

@gaby-mg-snippets
Last active August 29, 2015 14:12
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 gaby-mg-snippets/31dbe9a5ab58bf497f65 to your computer and use it in GitHub Desktop.
Save gaby-mg-snippets/31dbe9a5ab58bf497f65 to your computer and use it in GitHub Desktop.
Shell scripting: Ubuntu Provisioning Script
#=============================================================================
# VIRTUALIZATION SOFTWARE
#=============================================================================
#-----------------------------------------------------------------------------
# Oracle VM VirtualBox
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Vagrant
#-----------------------------------------------------------------------------
#=============================================================================
# INTERNET
#=============================================================================
#-----------------------------------------------------------------------------
# Dropbox
#-----------------------------------------------------------------------------
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
#-----------------------------------------------------------------------------
# IRC
#-----------------------------------------------------------------------------
apt-get install -y irssi
#=============================================================================
# CODE EDITORS
#=============================================================================
#-----------------------------------------------------------------------------
# Sublime Text
#-----------------------------------------------------------------------------
# Symlink User Packages to Dropbox Folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment