Files
easyzsh/README.md
2018-04-28 12:38:04 +09:30

18 lines
572 B
Markdown

# quickz-sh
Quickly install and setup oh-my-zsh with powerlevel9k theme, Powerline fonts, zsh-completions, zsh-autosuggestions, zsh-syntax-highlighting, history-substring-search, fzf etc.
## Installation
Requirements:
`wget git zsh` will be Automatically installed if not present. `python` is required to run '--cp-hist'
``` bash
git clone https://github.com/jotyGill/quickz-sh.git
cd quickz-sh
./quickz.sh
```
Optionally run it with '--cp-hist' to copy command history from .bash_history to .zsh_history.
``` bash
./quickz.sh --cp-hist # don't run multiple times
```