Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Some scripts I've written, modified, or stolen for doing various things.

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.