Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rmm5t/tilda-bin

:wavy_dash::wastebasket: Ryan McGeary's personal ~/bin directory -- well at least the stuff that he wants to make public.
https://github.com/rmm5t/tilda-bin

bash ruby scripting shell

Last synced: 13 days ago
JSON representation

:wavy_dash::wastebasket: Ryan McGeary's personal ~/bin directory -- well at least the stuff that he wants to make public.

Awesome Lists containing this project

README

        

# Getting Started

Clone this (or a forked version of this) repository.

$ cd ~
$ git clone https://[email protected]/rmm5t/tilda-bin.git bin

Make sure the `~/bin` directory is part of your `PATH`. Add this to your
`~/.bashrc` (or check out my
[dotfiles repository](https://github.com/rmm5t/dotfiles))

export PATH=~/bin:${PATH}

## License

[MIT License](https://rmm5t.mit-license.org/)