gitui icon indicating copy to clipboard operation
gitui copied to clipboard

One-liner binary installer

Open luizvbo opened this issue 2 months ago • 0 comments

Is your feature request related to a problem? Please describe. Would you be interested in a one-liner installer like rustup (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh)? I have something like this in my own project

Describe the solution you'd like If you are interested, I work on this and make a version of the script I'm using in my own project and add the instructions to the README.

Describe alternatives you've considered

Additional context The install script I have in my own project: https://github.com/luizvbo/ohcrab/blob/main/install.sh

luizvbo avatar Oct 06 '25 11:10 luizvbo