doron-cohen / antidot

Cleans up your $HOME from those pesky dotfiles
MIT License
305 stars 18 forks source link

Feature Request: ion support #164

Open magnus-ISU opened 2 years ago

magnus-ISU commented 2 years ago

https://github.com/redox-os/ion

I suggest we do this by making antidot init -s ion print

$ antidot init --ion
export XDG_CONFIG_HOME = $or($XDG_CONFIG_HOME "~/.config")
export XDG_CACHE_HOME = $or($XDG_CACHE_HOME "~/.cache")
export XDG_DATA_HOME = $or($XDG_DATA_HOME "~/.local/share")

# Explicit rules from ~/.local/share/antidot/kvstore.json
export CARGO_HOME = "$XDG_DATA_HOME/cargo"
... etc
alias something = "other thing"

(I don't have any aliases created by antidot yet so I don't know exactly how they work)