Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafredri/zeet
My personal Zsh setup
https://github.com/mafredri/zeet
shell zsh
Last synced: 2 months ago
JSON representation
My personal Zsh setup
- Host: GitHub
- URL: https://github.com/mafredri/zeet
- Owner: mafredri
- Created: 2015-03-18T15:11:25.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T18:36:33.000Z (over 2 years ago)
- Last Synced: 2024-10-04T13:39:32.455Z (3 months ago)
- Topics: shell, zsh
- Language: Shell
- Homepage:
- Size: 223 KB
- Stars: 16
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.zsh
Awesome Lists containing this project
README
# zeet
My personal zsh setup, ready for checkout on any machine.
## Features
* Automatically updates itself in the background, non-blocking.
## Setup
Start zsh and execute the following commands:
```shell
git clone --quiet --recurse-submodules=. https://github.com/mafredri/zeet.git ~/.zsh \
&& echo "source ~/.zsh/zeet.zsh" >> ~/.zshrc \
&& source ~/.zshrc \
&& echo "Installation complete"
```## Note
If startup is slow, ensure directories are secure via `compaudit`. For instance, on macOS:
```
chmod 0755 /usr/local/share/zsh/site-functions /usr/local/share/zsh
```