Merge from titus #3
14
README.md
14
README.md
@ -1,17 +1,21 @@
|
|||||||
# zsh
|
# zsh
|
||||||
|
|
||||||
My ZSH Config
|
My ZSH Config
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```
|
```
|
||||||
touch "$HOME/.cache/zshhistory
|
touch "$HOME/.cache/zshhistory"
|
||||||
#-- Setup Alias in $HOME/zsh/aliasrc
|
#-- Setup Alias in $HOME/zsh/aliasrc
|
||||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
|
||||||
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
|
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >> ~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
## Get Dependencies
|
## Get Dependencies
|
||||||
- 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
|
- zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos
|
||||||
- zsh-autosuggestions - Suggestions based on your history
|
- autojump - jump to directories with j or jc for child or jo to open in file manager
|
||||||
|
- zsh-autosuggestions - Suggestions based on your history
|
||||||
|
|
||||||
### Debian Dependencies
|
### Debian Dependencies
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user