mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
17 lines
243 B
TOML
17 lines
243 B
TOML
[packages.fedora39]
|
|
dnf.pkgs = [
|
|
"zsh",
|
|
"distrobox",
|
|
"eza",
|
|
"thefuck",
|
|
"micromamba",
|
|
"podman",
|
|
"zoxide"
|
|
]
|
|
brew.pkgs = [
|
|
"atuin",
|
|
"fnm",
|
|
"yazi",
|
|
"zsh-syntax-highlighting",
|
|
"zsh-autosuggestions"
|
|
]
|