0.0.12 • Published 2 years ago

@f3rno64/xf-bash-lib v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

f3rno64/xf-bash-lib

NPM Version Build Status Downloads Stats

A utility bash library for my personal dotfiles, sourcing utilities like nvm and rvm based on their availability, and configuring the bash environment for the host OS.

Supports

  • Linux
  • MacOS
  • Termux (Android)

Adds many aliases, such as ga for git add -p.

TODO: Add full list of features here

Release History

See CHANGELOG.md for more information.

License

Distributed under the MIT license. See LICENSE.md for more information.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request