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 2 months 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 (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2025-09-11T16:47:33.000Z (8 months ago)
- Last Synced: 2025-10-23T11:36:10.475Z (6 months ago)
- Topics: bash, ruby, scripting, shell
- Language: Ruby
- Homepage: http://ryan.mcgeary.org
- Size: 57.6 KB
- Stars: 17
- Watchers: 2
- 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://rmm5t@github.com/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/)