Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rmm5t/tilda-bin
- Owner: rmm5t
- Created: 2008-05-21T18:46:42.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T00:51:17.000Z (4 months ago)
- Last Synced: 2024-10-19T00:20:31.825Z (27 days ago)
- Topics: bash, ruby, scripting, shell
- Language: Ruby
- Homepage: http://ryan.mcgeary.org
- Size: 49.8 KB
- Stars: 15
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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 binMake 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/)