Skip to content

vitor-kato/my-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages