Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1015 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 1015 Bytes

This is a custom version of Oh-my-zsh and lots of options for zshrc file

You can read more about Oh-my-zsh here

Installation

Automatic Installation

Wget the install script

sh -c "$(wget https://raw.githubusercontent.com/vitor-kato/my-zsh/master/script.sh -O -)"

Manual Installation

Download the repository

git clone https://github.com/vitor-kato/my-zsh.git && cd my-zsh

Install Zsh

On Unbutu/Debian OS

sudo apt install zsh

Download Oh-my-zsh

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

Link zshrc file

ln -sf $(pwd)/zshrc ~/.zshrc

Optional install syntax highlithing plugin

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting