david/myzsh
Archived
1
0
myzsh is basically my personal zsh config including a couple of extras.
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2013-01-18 14:57:17 +01:00
core using default oh-my-zsh config files 2013-01-18 11:21:28 +01:00
plugins cleaned up a bit, work in progress.. 2013-01-17 16:57:19 +01:00
themes created basic structure and added lib/core files from ohmyzsh 2013-01-17 14:59:21 +01:00
.gitignore added gitignore file 2013-01-17 13:52:04 +01:00
install.sh pushzshconfig 18.01.2013 14:49 2013-01-18 14:49:45 +01:00
myzsh.sh created basic structure and added lib/core files from ohmyzsh 2013-01-17 14:59:21 +01:00
README.md pushzshconfig 18.01.2013 14:57 2013-01-18 14:57:17 +01:00

myzsh is basically my personal zsh config including a couple of features i fancy to have on my systems. it is highly based on the functionality and design of oh-my-zsh.

###installation

wget https://bitbucket.org/beyondthewall/myzsh/raw/master/install.sh \
chmod +x install.sh; ./install.sh; rm install.sh

###resources