Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.3 KB

README.md

File metadata and controls

48 lines (39 loc) · 2.3 KB

Quickstart

Fork of jotyGill/quickz-sh with my personal settings.

Installs the following:

Sets following useful aliases:

Installation

Requirements:

  • git to clone it.
  • python3 or python is required to run option '-c' which copies history from .bash_history
git clone https://github.com/dwffls/quickstart.git
cd quickstart
./quickz.sh -c        # only run with '-c' the first time, running multiple times will duplicate history entries

Notes

  • If you are already using zsh, your zsh config will be backed up to .zshrc-backup-date

  • If the text/icons look broken, make sure your terminal is using one of the Nerd fonts. discussion.

  • 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