2018-07-26 11:30:54 +09:30
2018-07-26 11:30:54 +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

Installation

Requirements: wget git zsh will be Automatically installed if not present. python is required to run '--cp-hist'

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
Description
No description provided
Readme 259 KiB
Languages
Shell 100%