ZSH - Fichier de conf - 2015-12-29 12:00:00

Fichier de conf: # Chemin export ZSH=/Users/knep/.oh-my-zsh # themes - ~/.oh-my-zsh/themes/ ZSH_THEME="fletcherm" COMPLETION_WAITING_DOTS="true" HIST_STAMPS="yyyy-mm-dd" # ZSH_CUSTOM=/path/to/new-custom-folder # Conf OSX export PATH="/Users/knep/anaconda/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin" # export MANPATH="/usr/local/man:$MANPATH" source $ZSH/oh-my-zsh.sh export LANG=fr_FR.UTF-8 # ssh export SSH_KEY_PATH="~/.ssh/dsa_id" # plugins plugins=(command-not-found osx pep8 python sublime) Relancer la config après une modif: source ~/.zshrc

ZSH - Install OSX et Debian - 2015-12-28 12:00:00

#####Avec oh-my-zsh: sudo aptitude install -y zsh git-core sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" OSX: 1. [Homebrew](https://github.com/mxcl/homebrew) 2. brew install zsh 3. [OhMyZsh](https://github.com/robbyrussell/oh-my-zsh) 4. brew install reattach-to-user-namespace --wrap-pbcopy-pbpaste && brew link reattach-to-user-namespace 5. ITerm2 preferences for your profile set: Character Encoding: Unicode (UTF-8) Report Terminal Type: xterm-256color