env/README.md

15 lines
377 B
Markdown
Raw Normal View History

2021-05-08 14:42:53 +00:00
# Shell goodies
A collection of shell enhancement for everyday happiness.
## Setup
```bash
git clone git@github.com:mcataford/env.git ~/.env_goodies | . ./setup
```
## Updating existing setups
Since `~/.env_goodies` is a cloned repository, pulling new changes should update everything. You may need to `source`
the shell configuration file again for new goodies to apply.