Add basic pacdef
This commit is contained in:
parent
d79b91950d
commit
cd0b61ecc1
3 changed files with 22 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
- create:
|
- create:
|
||||||
- ~/.config/fish
|
- ~/.config/fish
|
||||||
- ~/.config/git
|
- ~/.config/git
|
||||||
|
- ~/.config/pacdef
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/git:
|
~/.config/git:
|
||||||
|
@ -15,3 +16,6 @@
|
||||||
~/.config/fish:
|
~/.config/fish:
|
||||||
path: fish/**
|
path: fish/**
|
||||||
glob: true
|
glob: true
|
||||||
|
~/.config/pacdef:
|
||||||
|
path: pacdef/*
|
||||||
|
glob: true
|
||||||
|
|
17
pacdef/generic/base
Normal file
17
pacdef/generic/base
Normal 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
1
pacdef/pacdef.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
disabled_backends: ["debian", "flatpak"]
|
Loading…
Reference in a new issue