ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
Add PATH to ~/.bash_profile and ~/.zshrc
export PATH=/usr/local/bin:$PATH
Prereq:
apt-get install zsh
apt-get install git-coreGetting zsh to work in ubuntu is weird, since sh does not understand the source command. So, you do this to install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
| sudo apt-get update | |
| sudo apt-get upgrade | |
| ## se configura la zona horaria # | |
| If you use bash as your shell, you can put these lines in your ~/.bashrc and ~/.profile files: | |
| export LANGUAGE=en_US.UTF-8 | |
| export LANG=en_US.UTF-8 | |
| export LC_ALL=en_US.UTF-8 | |
| locale-gen en_US.UTF-8 | |
| To make these changes active in the current shell, source the .bashrc: |
| #Download Elementary OS from here: | |
| http://sourceforge.net/projects/elementaryos/files/stable/ | |
| #First you update your system | |
| sudo apt-get update && sudo apt-get upgrade | |
| #Install Google Chrome | |
| descarga del sitio oficial |