1
0
Fork 0

README syntax

This commit is contained in:
Maurice Audin 2016-09-20 20:55:56 +02:00
parent 0dee000b1f
commit a6e2ffbb25

View file

@ -3,11 +3,12 @@ zsh
Zsh configuration using antigen. Clone in ~/.zsh and do Zsh configuration using antigen. Clone in ~/.zsh and do
$ cd /tmp/ ```$ cd /tmp/
$ git clone https://github.com/zsh-users/antigen.git $ git clone https://github.com/zsh-users/antigen.git
$ cd antigen $ cd antigen
$ source antigen.zsh $ source antigen.zsh
$ antigen bundle zsh-users/antigen $ antigen bundle zsh-users/antigen
$ antigen bundle hybris42/zsh $ antigen bundle hybris42/zsh
$ cd $ cd
$ ln -s $HOME/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-hybris42-SLASH-zsh.git/zshrc $HOME/.zshrc $ ln -s $HOME/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-hybris42-SLASH-zsh.git/zshrc $HOME/.zshrc
```