An open API service indexing awesome lists of open source software.

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.

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 -)"
```