From 5a95f3041b95ad635bce2bb8d27499afcaae7ae2 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Sat, 1 Nov 2025 18:27:44 -0600 Subject: [PATCH] Install packages on Arch with paru --- .gitmodules | 3 +++ dotbot-plugins/dotbot-paru | 1 + install.conf.yaml | 12 ++++++++++++ 3 files changed, 16 insertions(+) create mode 160000 dotbot-plugins/dotbot-paru diff --git a/.gitmodules b/.gitmodules index 96d428a..a596d8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "tpm"] path = tmux/plugins/tpm url = https://github.com/tmux-plugins/tpm +[submodule "dotbot-plugins/dotbot-paru"] + path = dotbot-plugins/dotbot-paru + url = https://github.com/notlesh/dotbot-paru.git diff --git a/dotbot-plugins/dotbot-paru b/dotbot-plugins/dotbot-paru new file mode 160000 index 0000000..9feef37 --- /dev/null +++ b/dotbot-plugins/dotbot-paru @@ -0,0 +1 @@ +Subproject commit 9feef37f53b30ccb05f1d70f14e7feb01d084ac2 diff --git a/install.conf.yaml b/install.conf.yaml index abc20ec..c5a98e5 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -3,6 +3,18 @@ relink: true create: true +- plugins: + - dotbot-plugins/dotbot-paru + +- paru: + - neovim + - zsh + - starship + - fastfetch + - zsh-autosuggestions + - zsh-syntax-highlighting + - zsh-history-substring-search + - clean: ['~'] - link: