Skip to content

Instantly share code, notes, and snippets.

View aymone's full-sized avatar

Marcelo Aimone aymone

  • Florianópolis/SC - Brasil
View GitHub Profile
@Sadin
Sadin / installing-oh-my-zsh-fedora.md
Last active April 4, 2018 20:14 — forked from jshcrowthe/installing-oh-my-zsh-fedora.md
Installing Oh My ZSH oh Fedora 25+

Installing oh-my-zsh on Fedora

Oh-my-zsh is an extension of the traditional z shell that is extensible via community created plugins (Plugins found here: oh-my-zsh github repo). It is, in my opinion, a breath of fresh air in comparison to the traditional bash shell.

DO THE FOLLOWING IN ORDER

Installing ZSH (using dnf)

The first step for this install is getting zsh we will do this via yum. From your terminal:

@renshuki
renshuki / ubuntu_agnoster_install.md
Last active December 30, 2024 16:16
Ubuntu 16.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH