Skip to content

Commit 0b931e0

Browse files
install and configure herdr
1 parent d1f42ac commit 0b931e0

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

herdr/config.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
onboarding = false
2+
3+
[keys]
4+
prefix = "ctrl+space"
5+
6+
[theme]
7+
name = "nord"
8+
9+
[ui]
10+
agent_panel_scope = "all"

nix/darwin.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ in
223223
brews = [
224224
"batt" # Battery manager
225225
"gnupg" # Although we already have it in home-manager, this gpg binary is the only one that Fork can find
226+
"herdr" # Agent multiplexer for the terminal
226227
"terminal-notifier" # I use this to notify me when my opencode session is done
227228
];
228229

nix/home.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ in
105105
".config/gitui/theme.ron" = dotfile "gitui/theme.ron";
106106
".config/helix/config.toml" = dotfile "helix/config.toml";
107107
".config/helix/themes/my_theme.toml" = dotfile "helix/my_theme.toml";
108+
".config/herdr/config.toml" = dotfile "herdr/config.toml";
108109
".config/kitty/kitty.conf" = dotfile "kitty/kitty.conf";
109110
".config/nix/nix.conf" = dotfile "nix/nix.conf";
110111
".config/opencode/opencode.jsonc" = dotfile "opencode/opencode.jsonc";

0 commit comments

Comments
 (0)