Skip to content

Commit 4968745

Browse files
committed
Updated tools and zsh configuration
1 parent 84ae1c5 commit 4968745

4 files changed

Lines changed: 10 additions & 90 deletions

File tree

.chezmoiignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Brewfile.lock.json
9191
.zsh/.zcompdump**
9292
.zsh/.zsh_history
9393
.zsh/.zsh_plugins.zsh
94+
.zsh/secrets.zsh
9495
.config/.isolated-storage
9596
.config/.mono
9697
.config/act
@@ -124,6 +125,7 @@ Brewfile.lock.json
124125
.config/wtf/log.txt
125126
.config/.wrangler
126127
.config/yarn
128+
.ssh/agent
127129
.ssh/authorized_keys
128130
.ssh/id_*
129131
.ssh/known_hosts
@@ -157,4 +159,5 @@ OrbStack
157159
.sentry**
158160
.skiko
159161
.matplotlib
160-
FakinTheFunk
162+
FakinTheFunk
163+
.nowplaying

Brewfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ tap "sdkman/tap"
44
brew "ack"
55
brew "shellcheck"
66
brew "actionlint"
7+
brew "readline"
8+
brew "sqlite"
9+
brew "xz"
10+
brew "agent-browser"
711
brew "antidote"
812
brew "bat"
913
brew "bat-extras"
1014
brew "btop"
1115
brew "chezmoi"
1216
brew "coreutils"
1317
brew "ctop"
14-
brew "xz"
1518
brew "curl"
1619
brew "fastfetch"
1720
brew "fd"
@@ -31,8 +34,6 @@ brew "mas"
3134
brew "mole"
3235
brew "navi"
3336
brew "neovim"
34-
brew "readline"
35-
brew "sqlite"
3637
brew "nvm"
3738
brew "ripgrep"
3839
brew "opencode"

dot_zsh/dot_zshrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Initialize homebrew variables
22
eval "$(/opt/homebrew/bin/brew shellenv)"
33

4-
# Environment variables
4+
# Environment variables and secrets
55
source $ZDOTDIR/env.zsh
6+
source $ZDOTDIR/secrets.zsh
67

78
# Path configuration
89
source $ZDOTDIR/path.zsh

private_dot_config/opencode/opencode.jsonc

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)