2018-08-03 15:26:58 +09:30
2018-08-03 15:26:58 +09:30
2018-08-03 15:26:58 +09:30
2018-08-02 13:04:35 +09:30

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

Demo

Watch this to get an idea of what your Shell (well, life!) could be like!!

asciicast

Installation

Requirements:

  • git to clone it.
  • python3 or python is required to run option '--cp-hist'
git clone https://github.com/jotyGill/quickz-sh.git
cd quickz-sh
./quickz.sh

First time run it with '--cp-hist' instead, to copy command history from .bash_history to .zsh_history.

./quickz.sh --cp-hist  # running multiple times will duplicate history entries

Notes

  • If the text/icons look broken, make sure your terminal is using one of the powerline fonts. discussion. I use roboto-mono-for-powerline

  • marker's shortcut "Ctr+t" clashed with fzf so I rebound it to "Ctr +b"

  • All oh-my-zsh plugins are installed under ~/.oh-my-zsh, Other tools (fzf,marker,todo) are installed in ~/.quickzsh

  • The look of the shell can be very easily customised[https://github.com/bhilburn/powerlevel9k#prompt-customization] by editing POWERLEVEL9K settings in .zshrc (from line ~15)

Suggestions about more cool tools are always welcome :)

Description
No description provided
Readme 259 KiB
Languages
Shell 100%