An extensible and versatile terminal config for ZSH
Explore the docs »
Report Bug
·
Request Feature
If you spend a lot of time in your terminal trying to get the most out of your shell config, this project can help speed up your workflow. It's built especially for node.js developers, but can be easily configured to benefit any language or framework workflow.
To get it running locally, install dependencies with yarn and run the commands
- node.js/npm (recommended to install via nvm)
- unix-based system (tested on Mac/Linux)
make install
Print a list of aliases and functions by running tch
Extend your PATH, exports, functions, aliases, etc. by modifying the corresponding files in /lib
For information on ZSH, refer to the Documentation
See the open issues for a list of proposed features (and known issues)
Want to make a change? Any contributions you make are greatly appreciated.
Check out the issues page
- Clone the repo
- Create your Feature Branch (
gco -b release/my-project
) - Commit your Changes (
git commit -m add: small addition
) - Push to the Branch (
git push origin release/my-project
) - Open a Pull Request
- JT Houk - @HoukasaurusRex