Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jontsai/bash-ftw
Collection of BASH scripts, aliases, and bootstraps For The Win!
https://github.com/jontsai/bash-ftw
Last synced: 10 days ago
JSON representation
Collection of BASH scripts, aliases, and bootstraps For The Win!
- Host: GitHub
- URL: https://github.com/jontsai/bash-ftw
- Owner: jontsai
- License: mit
- Created: 2015-02-13T22:38:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T22:49:11.000Z (3 months ago)
- Last Synced: 2024-08-28T23:48:59.528Z (3 months ago)
- Language: Shell
- Size: 111 KB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bash-ftw
An opinionated collection of **BASH** scripts, aliases, customizations, defaults, and bootstraps **F**or **T**he **W**in!## Jump Right In, Install!
1. `git clone https://github.com/jontsai/bash-ftw`
2. `cd bash-ftw; make install`
3. Profit## Why I Made This
*The life of a developer.*
*Hopping from one terminal to the next VM over SSH.*
*IT upgrades laptops for your whole department and you lose your precious customizations.*
*Ubuntu here, Mac (FreeBSD) there, RedHat over there, Debian over yonder, Amazon Linux over there, ...**Years of muscle memory... What?! Do. You. Mean. `-bash: ll: command not found`?*
*Handicapped, crippled*`ssh me@somehost`
`me@somehost's password:`*Why. Isn't. It. Recognizing. My. Public. Key.*
`ssh -v me@somehost`
`...`*No more of this.*
## What's In the Box
* ~~TBD~~ It's good. I use it, and you should use it to. No time to write this `README` section.
## Frequently Asked Questions
See [`FAQ.md`](https://github.com/jontsai/bash-ftw/blob/master/FAQ.md).
## Contributing
Pull requests are welcome! If you would like to contribute to this project, please fork this repository, create a branch, and submit a pull request.
All meaningful code contributions will be recognized in [`CONTRIBUTORS.md`](https://github.com/jontsai/bash-ftw/blob/master/CONTRIBUTORS.md).
## License
MIT, see [`LICENSE.md`](https://github.com/jontsai/bash-ftw/blob/master/LICENSE.md).