Skip to content
/ up Public

Dotfile manager and system updater

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

gibfahn/up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0da24bc · Mar 7, 2025
Jan 25, 2024
Mar 7, 2025
Oct 27, 2024
Feb 24, 2025
Feb 24, 2025
Oct 27, 2024
Mar 2, 2023
Feb 23, 2020
Mar 7, 2025
Mar 7, 2025
Mar 7, 2025
Feb 25, 2020
Feb 25, 2020
Oct 27, 2024
Oct 26, 2024
Feb 24, 2025
Jun 26, 2023

Repository files navigation

up

Latest Version (crates.io) Latest Version (lib.rs) Documentation (docs.rs) Master CI Status

Wrapper tool to keep a dev machine up to date. It has a few different features that help with this.

See up --help for more details.

Install

The binary is self-contained, you can simply download it and mark the binary as executable:

curl --create-dirs -Lo ~/bin/up https://github.com/gibfahn/up/releases/latest/download/up-$(uname)
chmod +x ~/bin/up

Or if you have Cargo on your system you can also build it from source:

cargo install up

Or if you use homebrew you can install it via:

brew install gibfahn/tap/up

Usage

See CommandLineHelp-macOS.md or CommandLineHelp-Linux.md (or run up --help or man up locally) for full usage.

Contributing and Developing

See CONTRIBUTING.md.

Related Projects