add auto-install scripts for fedora39

This commit is contained in:
reeink 2024-03-03 21:41:52 +08:00
parent 2174f5cd8f
commit ee2bf02772
No known key found for this signature in database
2 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[packages.fedora39]
dnf.pkgs = [
"eza",
"thefuck",
"micromamba",
"zoxide"
]
brew.pkgs = [
"atuin",
"fnm",
"yazi",
"zsh-syntax-highlighting",
"zsh-autosuggestions"
]