Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Last active February 19, 2023 19:13
Show Gist options
  • Save Fartomy/b0e8d43b743359356f16888d620d4bf8 to your computer and use it in GitHub Desktop.
Save Fartomy/b0e8d43b743359356f16888d620d4bf8 to your computer and use it in GitHub Desktop.
The Holy Oh My Zsh

🥺 The Holy Oh My Zsh

Do you have a zsh? And do you think you are boring? So, i let me introduce you the splending oh my zsh.

Customize oh-my-zsh

Themes

After download oh-my-zsh, you should do this (if you don't have vim install it sudo apt install vim):

cd; vim .zshrc

You find a ZSH_THEME and write the name of the theme there. For example:

ZSH_THEME="robbyrussell"

Plugins

If you want a add plugins in oh-my-zsh, you should find plugins=( in .zshrc file. Just write the name of the plugin you want to add in it. You can review some built-in plugin lists for oh-my-zsh. Some built-in plugin i use:

plugins=(
git
web-search
sudo
catimg
colored-man-pages
)

But if you want download not built-in plugin, you should do research. Some not built-in plugin i use:

Finally, you should install these and you should add that name to the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment