More plugins, cleaned

This commit is contained in:
Joty
2018-04-19 17:31:39 +09:30
parent 4497fe8956
commit 4d96fc7222
2 changed files with 19 additions and 3 deletions

18
.zshrc
View File

@@ -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/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # 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) #plugins+=(zsh-nvm)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh

View File

@@ -1,10 +1,10 @@
# quickz-sh # 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 ## Installation
``` bash ``` bash
git clone https://github.com/jotyGill/quickz-sh.git git clone https://github.com/jotyGill/quickz-sh.git
cd quickz-sh cd quickz-sh
./quickz-sh.sh ./quickz.sh
``` ```