diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-14 12:04:31 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-14 12:11:15 +0100 |
| commit | 2a0f23110517fafa5d474a7e4efb661d5148efef (patch) | |
| tree | 757bd5493e36a9a40d5f038e156388b6942faaf0 | |
| parent | 9e2a09c4a3277aa0ca8f0deef659d32dde09d2f8 (diff) | |
Add empty wob file
| -rw-r--r-- | config/wob/wob.ini | 0 | ||||
| -rwxr-xr-x | install | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/wob/wob.ini b/config/wob/wob.ini new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/config/wob/wob.ini @@ -107,6 +107,9 @@ ln -fns ../.dotfiles/config/btop ~/.config/btop # task ln -fns ../.dotfiles/config/task ~/.config/task +# wob +ln -fns ../.dotfiles/config/wob ~/.config/wob + # age recipients ln -fns .dotfiles/age-recipients ~/.age-recipients |