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
- Host: GitHub
- URL: https://github.com/mec/zsh
- Owner: mec
- Created: 2017-12-11T16:33:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T16:29:19.000Z (over 7 years ago)
- Last Synced: 2025-03-26T11:22:37.577Z (over 1 year ago)
- Topics: config, dotfiles, zsh
- Language: Shell
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: history.zsh
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```