diff --git a/.zshrc b/.zshrc index b6ca360..a1b1251 100644 --- a/.zshrc +++ b/.zshrc @@ -60,7 +60,23 @@ POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time ram rvm time) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git zsh-completions zsh-autosuggestions zsh-syntax-highlighting history-substring-search) +plugins=( + git + zsh-completions + zsh-autosuggestions + zsh-syntax-highlighting + history-substring-search + python + httpie + docker + lol + pip + pyenv + redis-cli + screen + thefuck + systemd + web-search) #plugins+=(zsh-nvm) source $ZSH/oh-my-zsh.sh diff --git a/README.md b/README.md index 0566cd1..04433c1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # quickz-sh -Quickly install and setup oh-my-zsh with powerlevel9k, zsh-completions, zsh-autosuggestions, zsh-syntax-highlighting, history-substring-search etc. +Quickly install and setup oh-my-zsh with powerlevel9k theme, Powerline fonts, zsh-completions, zsh-autosuggestions, zsh-syntax-highlighting, history-substring-search etc. ## Installation ``` bash git clone https://github.com/jotyGill/quickz-sh.git cd quickz-sh -./quickz-sh.sh +./quickz.sh ```