From b6ddf198cedc81cd3394e77353f78fa565f0371d Mon Sep 17 00:00:00 2001 From: Joty Date: Thu, 26 Jul 2018 14:06:14 +0930 Subject: [PATCH] =?UTF-8?q?Level=20up!=20(^=EF=BD=A5o=EF=BD=A5^)=EF=BE=89?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ba741f3..1bd9fc9 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,38 @@ # quickz-sh A simple script to setup an awesome shell environment. Quickly install and setup zsh and oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh) with -* powerlevel9k theme (https://github.com/bhilburn/powerlevel9k/), -* Powerline fonts(https://github.com/powerline/fonts), -* zsh-completions (https://github.com/zsh-users/zsh-completions), -* zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions), -* zsh-syntax-highlighting (https://github.com/zsh-users/zsh-syntax-highlighting), -* history-substring-search (https://github.com/zsh-users/zsh-history-substring-search), -* fzf (https://github.com/junegunn/fzf), +* powerlevel9k theme (https://github.com/bhilburn/powerlevel9k/) +* Powerline fonts(https://github.com/powerline/fonts) +* zsh-completions (https://github.com/zsh-users/zsh-completions) +* zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions) +* zsh-syntax-highlighting (https://github.com/zsh-users/zsh-syntax-highlighting) +* history-substring-search (https://github.com/zsh-users/zsh-history-substring-search) +* fzf (https://github.com/junegunn/fzf) * k (https://github.com/supercrabtree/k) * marker (https://github.com/pindexis/marker) +* todotxt (https://github.com/todotxt/todo.txt-cli) +All oh-my-zsh plugins are installed under ~/.oh-my-zsh +Other tools (fzf,marker,todo) are installed in ~/.quickzsh + +NOTE: marker's shortcut "Ctr+t" clashed with fzf so I rebound it to "Ctr +b" + +## Demo +Watch this to get an idea of what your shell (well, life!) could be like!! +[![asciicast](https://asciinema.org/a/DWdnOayem0yUCgQH5UrVZryM4.png)](https://asciinema.org/a/DWdnOayem0yUCgQH5UrVZryM4) ## Installation Requirements: -`wget git zsh` will be Automatically installed if not present. `python` is required to run '--cp-hist' +`python3` or `python` is required to run option '--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. +First time run it with '--cp-hist' instead, to copy command history from .bash_history to .zsh_history. ``` bash -./quickz.sh --cp-hist # don't run multiple times +./quickz.sh --cp-hist # running multiple times will duplicate history entries ``` + +Suggestions about more cool tools are always welcome :)