Commit committed ..

This commit is contained in:
Joty
2018-04-27 17:26:33 +09:30
parent 330a8f9180
commit ce8e97a277
3 changed files with 26 additions and 4 deletions

View File

@@ -3,8 +3,13 @@
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.
`./quickz.sh --cp-hist # don't run multiple times`