Store your Minecraft configs with your other dotfiles, and load it automatically.
at main 78 B view raw
1package main 2 3import "potassium.sh/dot-mining/cli" 4 5func main() { 6 cli.Run() 7}