Skip to content

Instantly share code, notes, and snippets.

@visb
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save visb/65a93617a294a4a7bee2 to your computer and use it in GitHub Desktop.

Select an option

Save visb/65a93617a294a4a7bee2 to your computer and use it in GitHub Desktop.
sudo su
# enter sudo password

apt-get update
apt-get upgrade

if outdated

do-upgrade-release

default tools

apt-get install vim git curl wget

chrome

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
apt-get update
sudo apt-get install google-chrome-stable

sublime

add-apt-repository ppa:webupd8team/sublime-text-3
apt-get update
apt-get install sublime-text-installer

# settings: https://gist.github.com/visb/859be03e151346172dcf
# key bindings: https://gist.github.com/visb/542d74950bf319d75f9a

# package manager: https://packagecontrol.io/installation
# packages https://gist.github.com/visb/5dce3e91cb8dd62940e8

php server

apt-get intsall php5 php5-json php5-mcrypt php5-mysql mysql-server apache2

# install composer
curl -sS https://getcomposer.org/installer | php

node env

apt-get intall nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment