Skip to content

ishbguy/bag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Version License

bag is a bash package and plugin manager which inspired by vim-plug.

Table of Contents

🎨 Features

  • Basic packges and plugins management: install, update or uninstall.
  • Customizable to support different downloader: local repos, git repos or cloud drive repos.

📏 Prerequisite

  • bash 4.2 or later
  • git
  • realpath

🚀 Installation

$ git clone https://github.com/ishbguy/bag /path/to/bag

or

$ curl -fLo /path/to/bag.sh --create-dirs \
         https://raw.githubusercontent.com/ishbguy/bag/master/bag.sh

📓 Usage

The only action you need to do is to add below instruction in your bash config file: ~/.bashrc or ~/.bash_profile:

[[ -f /path/to/bag.sh ]] && source /path/to/bag.sh

After login bash, you can use bag command to manage packges and plugins.

📝 Configuration

🌺 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 new Pull Request

👦 Authors

📜 License

Released under the terms of MIT License.

Releases

No releases published

Packages

No packages published

Languages