dnadales / configs

Configurations I use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configs

Configurations I use

oh-my-zsh

To install oh-my-zsh make sure to install zsh first. Then install oh-my-zsh using one of the methods described here, eg:

sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

This will create a ~/.zshrc file, and it will clone the oh-my-zsh repository in ~/.on-my-zsh.

Now you can remove the ~/.zshrc (or back it up), and create a soft link to the .zshrc file in this repository. It's probably a good idea to check that these two files have not diverged too much.

ln -s ~/development/dnadales/configs/oh-my-zsh/.zshrc .zshrc

Log in and log out for the changes to take effect.

This zsh configuration requires:

About

Configurations I use

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Emacs Lisp 80.3%Language:Shell 19.7%