https://github.com/tristandunn/configuration-new
Shell configuration via plug-ins.
https://github.com/tristandunn/configuration-new
Last synced: about 2 months ago
JSON representation
Shell configuration via plug-ins.
- Host: GitHub
- URL: https://github.com/tristandunn/configuration-new
- Owner: tristandunn
- Created: 2020-10-18T23:34:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T23:36:18.000Z (over 4 years ago)
- Last Synced: 2025-01-19T08:40:50.405Z (3 months ago)
- Language: Makefile
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configuration
Shell configuration via plug-ins.
## Plug-ins
To install a plug-in, clone it to the `./plug-ins` directory.
* [hushlogin][] — Turn off the UNIX banner.
* [inputrc][] — Install a readline initialization file.## Commands
### clean
Clean all plug-ins in `./plug-ins` directory.
### install
Install all plug-ins in `./plug-ins` directory.
### uninstall
Uninstall all plug-ins in `./plug-ins` directory.
### update
Update all plug-ins in `./plug-ins` directory.
[hushlogin]: https://github.com/tristandunn/configuration-hushlogin
[inputrc]: https://github.com/tristandunn/configuration-inputrc