Skip to content

Instantly share code, notes, and snippets.

@halissonvit
halissonvit / zsh.md
Created September 2, 2012 16:40 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu

Installing zsh

sudo apt-get install zsh

and then you change your shell to zsh

chsh -s `which zsh`

Getting zsh to work in ubuntu is weird, since sh does not understand the source command. So, you do this to install zsh

@halissonvit
halissonvit / osx_lion_rail_setup.md
Created August 30, 2012 19:22 — forked from jpantuso/osx_lion_rail_setup.md
Setup OS X 10.7 w/ homebrew, oh-my-zsh, rvm, rails, and MySQL
@halissonvit
halissonvit / install.sh
Created May 7, 2012 17:19 — forked from fredgalvao/install.sh
Linux All-Installer-Configurator
#!/bin/sh
set -e
INITIALPWD=`pwd`
#=============================================================================================
#:::After installing the operating system:::
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y autoclean && sudo apt-get -y autoremove
#=============================================================================================
#=============================================================================================