david/myzsh
david
/
myzsh
Archived
1
0
Fork 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
david 1ce495196b pushzshconfig 19.03.2013 13:27 2013-03-19 13:27:53 +01:00
core pushzshconfig 19.01.2013 00:20 2013-01-19 00:20:04 +01:00
plugins pushzshconfig 19.01.2013 10:36 2013-01-19 10:36:35 +01:00
themes pushzshconfig 18.01.2013 21:41 2013-01-18 21:41:21 +01:00
.gitignore pushzshconfig 19.03.2013 13:27 2013-03-19 13:27:53 +01:00
README.md pushzshconfig 18.01.2013 14:58 2013-01-18 14:58:35 +01:00
install.sh pushzshconfig 23.01.2013 11:46 2013-01-23 11:46:40 +01:00
myzsh.sh pushzshconfig 19.01.2013 10:36 2013-01-19 10:36:35 +01:00

README.md

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