zsh is wonderful. But the defaults aren't that great for a new user. This project builds on the simplicity of oh-my-zsh by giving you a great base install with some essential plugins.
If you are a well seasoned shell aficionado, this project might not be for you. But if you like projects like oh-my-zsh and want something better than bash without having to spend your life learning to configure your shell, this project pulls in all the best stuff to get you started with minimal setup.
Better living via better zsh defaults - that's zsh-starterkit.
zsh-starterkit gives you some of the best plugins to get going.
oh-my-zsh doesn't give new users all the best defaults. Aliases, options and other goodies that make life easier are ready to go.
zsh-starterkit is installed by running one of the following commands in your
terminal. You can install this via the command-line with either curl
or wget
.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/mattmc3/zsh-starterkit/master/_scripts/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/mattmc3/zsh-starterkit/master/_scripts/install.sh -O -)"