More plugins, cleaned
This commit is contained in:
18
.zshrc
18
.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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user