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

https://github.com/mec/zsh

My fledgling zsh config
https://github.com/mec/zsh

config dotfiles zsh

Last synced: about 2 months ago
JSON representation

My fledgling zsh config

Awesome Lists containing this project

README

          

# Lean zsh config
Schmowzow! You gotta have a good shell! This is my zsh so far. Simple things for simple people. Not much here yet, just stuff I like in a super portable way.

- extract command to extract stuff
- ls ailiases
- Prompt with async git status
- completion

Based on:

https://github.com/spicycode/ze-best-zsh-config

Includes:

Pure Prompt – https://github.com/sindresorhus/pure

Run it nice with:

Snazzy – https://github.com/sindresorhus/terminal-snazzy

And – 
https://github.com/tonsky/FiraCode

## Install
- Clone the repo into ~
- Symlink the .zshrc into ~

```ln -s ~/.zsh/zshrc ~/.zshrc```

- Change shell to zsh if not already

```chsh /bin/zsh```

- Install zsh-completions and zsh-syntax-highlighting:

```brew install zsh-completions```

```brew install zsh-syntax-highlighting```