My personal cheatsheets for Navi
cheatsheets navi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add cheat to install tools from github releases

+3
+3
tools/mise.cheat
··· 3 3 # Update all tools and bump their version 4 4 mise up --bump 5 5 6 + # Install the latest version of a tool from github globally 7 + mise use -g github:<user_repo> 8 + 6 9 # Install the latest version of a tool from a custom forgejo instance globally 7 10 mise use -g forgejo:<user_repo>[api_url=<forgejo_instance_url>/api/v1,bin=<binary_name>]