Configurations I use
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: