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 ff04782144 pushzshconfig 12.10.2015 22:32 2015-10-12 22:32:18 +02:00
core pushzshconfig 12.10.2015 22:32 2015-10-12 22:32:18 +02:00
plugins pushzshconfig 01.09.2015 11:28 2015-09-01 11:28:03 +02:00
themes pushzshconfig 26.09.2014 12:57 2014-09-26 12:57:47 +02:00
.gitignore pushzshconfig 19.03.2013 13:27 2013-03-19 13:27:53 +01:00
README.md pushzshconfig 20.06.2013 16:18 2013-06-20 16:18:37 +02:00
install.sh pushzshconfig 20.06.2013 16:31 2013-06-20 16:31:35 +02:00
myzsh.sh pushzshconfig 20.06.2013 20:11 2013-06-20 20:11:09 +02: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://raw.github.com/beyondthewall/myzsh/master/install.sh; \
chmod +x install.sh; ./install.sh; rm install.sh

###resources