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: about 1 month 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 (about 17 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T14:25:09.000Z (3 months ago)
- Last Synced: 2025-05-06T21:03:03.946Z (about 1 month ago)
- Topics: bash, ruby, scripting, shell
- Language: Ruby
- Homepage: http://ryan.mcgeary.org
- Size: 55.7 KB
- Stars: 16
- Watchers: 3
- 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/)