Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alichtman/scripts
Some scripts I've written, modified, or stolen for doing various things.
https://github.com/alichtman/scripts
bash cli scripts utilities zsh
Last synced: 2 months ago
JSON representation
Some scripts I've written, modified, or stolen for doing various things.
- Host: GitHub
- URL: https://github.com/alichtman/scripts
- Owner: alichtman
- Created: 2019-10-29T22:00:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T12:14:05.000Z (about 1 year ago)
- Last Synced: 2024-10-11T10:29:36.131Z (3 months ago)
- Topics: bash, cli, scripts, utilities, zsh
- Language: Shell
- Size: 74.2 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts
Some scripts I've written, modified, or borrowed.
Any licenses that came with the scripts have been preserved. Credit is given in scripts that are not my own.
## Installation
To install all scripts to `~/bin/$SCRIPT`:
```bash
# Clone the repo and enter the directory
$ git clone https://github.com/alichtman/scripts.git && cd scripts
$ chmod +x INSTALL.sh && ./INSTALL.sh
```Scripts are installed without extensions, so `scripts/tls.sh` gets symlinked to `~/bin/tls`.
Remember to add `~/bin` to your `$PATH`, or change the install location before running the install script.