File tree Expand file tree Collapse file tree
private_dot_config/opencode Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,14 +4,17 @@ tap "sdkman/tap"
44brew "ack"
55brew "shellcheck"
66brew "actionlint"
7+ brew "readline"
8+ brew "sqlite"
9+ brew "xz"
10+ brew "agent-browser"
711brew "antidote"
812brew "bat"
913brew "bat-extras"
1014brew "btop"
1115brew "chezmoi"
1216brew "coreutils"
1317brew "ctop"
14- brew "xz"
1518brew "curl"
1619brew "fastfetch"
1720brew "fd"
@@ -31,8 +34,6 @@ brew "mas"
3134brew "mole"
3235brew "navi"
3336brew "neovim"
34- brew "readline"
35- brew "sqlite"
3637brew "nvm"
3738brew "ripgrep"
3839brew "opencode"
Original file line number Diff line number Diff line change 11# Initialize homebrew variables
22eval "$(/opt/homebrew/bin/brew shellenv)"
33
4- # Environment variables
4+ # Environment variables and secrets
55source $ZDOTDIR/env.zsh
6+ source $ZDOTDIR/secrets.zsh
67
78# Path configuration
89source $ZDOTDIR/path.zsh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments