Add basic pacdef

This commit is contained in:
Alex 2024-03-11 10:04:24 +01:00
parent d79b91950d
commit cd0b61ecc1
Signed by: l-x
GPG key ID: 0B7107C9393169F4
3 changed files with 22 additions and 0 deletions

View file

@ -7,6 +7,7 @@
- create:
- ~/.config/fish
- ~/.config/git
- ~/.config/pacdef
- link:
~/.config/git:
@ -15,3 +16,6 @@
~/.config/fish:
path: fish/**
glob: true
~/.config/pacdef:
path: pacdef/*
glob: true

17
pacdef/generic/base Normal file
View file

@ -0,0 +1,17 @@
[rust]
pacdef
pueue
cargo-update
topgrade
starship
lsd
git-delta
[python]
gitup
pip
[debian]
fish
git
tmux

1
pacdef/pacdef.yaml Normal file
View file

@ -0,0 +1 @@
disabled_backends: ["debian", "flatpak"]