Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

rahulsom/punto

Repository files navigation

download

Punto

Dotfile Manager for Posix systems. Check out the docs here.

Why do we need another dotfile manager?

What dotfiles and existing managers lack is composability. Punto aims to bring composability to dotfiles.

Installing on MacOS

brew install rahulsom/homebrew-rahulsom/punto

Building

  1. Checkout the code

  2. Switch JDK to graalvm

  3. Run ./gradlew build

Releasing

./gradlew final -Prelease.scope=major|minor|patch
cp build/punto.rb /usr/local/Homebrew/Library/Taps/rahulsom/homebrew-rahulsom/Formula
cd /usr/local/Homebrew/Library/Taps/rahulsom/homebrew-rahulsom/Formula
git add .
git commit -m "Upgrade punto version"
git push origin master
cd -