Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.07 KB

oh-my-zsh

Install ohmyzsh to [debian, rhel] and setup zsh-autosuggestions

Oh My Zsh

Getting Started

Prerequisites

Disclaimer: Oh My Zsh works best on macOS and Linux.

  • Unix-like operating system (macOS or Linux)
  • curl or wget should be installed
  • This script will install git if not installed.

Basic Installation

Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl or wget.

via curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/rajeshisnepali/oh-my-zsh/master/install-oh-my-zsh.sh)"

via wget

sh -c "$(wget -O- https://raw.githubusercontent.com/rajeshisnepali/oh-my-zsh/master/install-oh-my-zsh.sh)"

Enabling zsh-autosuggestions Plugin

  After running the script, see if Shell changed to zsh. 
  Then type **exit** to setup zsh-autosuggestions.
 
  For changes, you must logout and login back.