Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions dotbot-plugins/dotbot-paru
Submodule dotbot-paru added at 9feef3
12 changes: 12 additions & 0 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down