Update README.md
This commit is contained in:
parent
ba6f182054
commit
0b5bc754f4
11
README.md
11
README.md
@ -2,11 +2,12 @@
|
|||||||
My ZSH Config
|
My ZSH Config
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
- wget https://github.com/ChrisTitusTech/zsh/raw/master/.zshrc -O ~/.zshrc
|
```
|
||||||
- mkdir -p "$HOME/.zsh"
|
get https://github.com/ChrisTitusTech/zsh/raw/master/.zshrc -O ~/.zshrc
|
||||||
- wget https://github.com/ChrisTitusTech/zsh/raw/master/.zsh/aliasrc -O ~/.zsh/aliasrc
|
mkdir -p "$HOME/.zsh"
|
||||||
- git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"
|
wget https://github.com/ChrisTitusTech/zsh/raw/master/.zsh/aliasrc -O ~/.zsh/aliasrc
|
||||||
|
git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"
|
||||||
|
```
|
||||||
## Get Dependancies
|
## Get Dependancies
|
||||||
- zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos
|
- zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos
|
||||||
- autojump - jump to directories with j or jc for child or jo to open in file manager
|
- autojump - jump to directories with j or jc for child or jo to open in file manager
|
||||||
|
Reference in New Issue
Block a user