Update

One stop resource for updating packages installed on your system.

Installation

From source:

make
make install

Using Homebrew:

brew install keplersj/tap/update

Usage

Running the update binary will check your system for the package managers installed, and run those package managers update and/or upgrade commands.

Configuration

Create configuration file in $HOME directory:

touch $HOME/.update.yml

Insert into this file your providers, or reassign existed.

YAML.mapping as documentation and providers.yaml as example.

Included in Default Configuration

Contributing

  1. Fork it ( https://github.com/keplersj/update/fork )
  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

Contributors