https://github.com/unixorn/zsh-starterkit
zsh is great. starterkit makes it even better. start with omz and add this plugin to get great defaults.
https://github.com/unixorn/zsh-starterkit
Last synced: 3 months ago
JSON representation
zsh is great. starterkit makes it even better. start with omz and add this plugin to get great defaults.
- Host: GitHub
- URL: https://github.com/unixorn/zsh-starterkit
- Owner: unixorn
- License: mit
- Created: 2019-03-03T15:07:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T01:58:07.000Z (over 6 years ago)
- Last Synced: 2025-01-29T09:22:26.483Z (5 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zsh-starterkit
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.
## #Plugins
zsh-starterkit gives you some of the best plugins to get going.
### Settings
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.### Basic Installation
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`.#### via curl
```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/mattmc3/zsh-starterkit/master/_scripts/install.sh)"
```#### via wget
```shell
sh -c "$(wget https://raw.githubusercontent.com/mattmc3/zsh-starterkit/master/_scripts/install.sh -O -)"
```