upgrade: 13.09.16

install zsh:

apt install zsh //or aptitude

Change permanently to zsh

chsh
/bin/zsh 

(In OSX just change the user configuration to zsh)

You had to have Git Installed for the next steps

Git Antigen:
https://github.com/zsh-users/antigen

Download Input Mono Font:
Input Mono

Download Iconsolata:
Inconsolata

 

  • You had to have Git Installed for the next steps
git clone https://github.com/zsh-users/antigen.git .antigen

Edit  .zshrc

vim ~/.zshrc

Copy the next Script:

# .zshrc Source Basic

source ~/.antigen/antigen.zsh

# Load the oh-my-zsh's library.
antigen use oh-my-zsh

# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git
antigen bundle rsync
antigen bundle heroku
antigen bundle pip
antigen bundle lein
antigen bundle python
antigen bundle history
antigen bundle command-not-found

# Third Party
antigen bundle kennethreitz/autoenv

# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-completions src
antigen bundle zsh-users/zsh-syntax-highlighting

# Load the theme.
# antigen theme https://github.com/carloscuesta/materialshell  /zsh/materialshell-dark
antigen theme https://github.com/denysdovhan/spaceship-zsh-theme spaceship


# Tell antigen that you're done.
antigen apply

source "${HOME}/.aliases"

#SET COMMON ALIASES

 

#Set Aliases

alias gonginx="/etc/nginx/"
alias gomysql="/etc/mysql/"
alias www="/var/www/"
alias zshrc="vim ~/.zshrc"
alias aliax="vim ~/.aliases"
alias vimx="vim ~/.vimrc"

 

#SET COMMON VIM CONFIGS

set mouse-=a
set paste

use Incosolata and Input Mono in Iterm.