Skip to content

Commit d342724

Browse files
committed
some improvement
some improvements
1 parent 7c01dac commit d342724

4 files changed

Lines changed: 22 additions & 2 deletions

File tree

Brewfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tap "anomalyco/tap"
22
tap "cue-lang/tap"
33
tap "jandedobbeleer/oh-my-posh"
4+
tap "largemodgames/spotatui"
45
tap "osx-cross/arm"
56
tap "osx-cross/avr"
67
tap "oven-sh/bun"
@@ -68,6 +69,7 @@ brew "zsh-syntax-highlighting"
6869
brew "anomalyco/tap/opencode"
6970
brew "cue-lang/tap/cue"
7071
brew "jandedobbeleer/oh-my-posh/oh-my-posh"
72+
brew "largemodgames/spotatui/spotatui"
7173
brew "osx-cross/avr/avr-gcc@9"
7274
brew "oven-sh/bun/bun"
7375
brew "tw93/tap/mole"
@@ -87,7 +89,6 @@ cask "microsoft-teams"
8789
cask "obsidian"
8890
cask "orbstack"
8991
cask "raycast"
90-
cask "spotify"
9192
cask "telegram"
9293
cask "whatsapp"
9394
cask "yaak"

git/ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ __pycache__/
4646
# OpenCode
4747
.opencode/package-lock.json
4848
opencode/package-lock.json
49+
50+
**/.claude/settings.local.json

opencode/opencode.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
}
88
},
99
// plugin order matters — keep the order
10-
"plugin": ["./plugins/system-prompt.ts", "opencode-claude-auth@latest"],
10+
"plugin": [
11+
"./plugins/system-prompt.ts",
12+
"@ex-machina/opencode-anthropic-auth"
13+
],
1114
"lsp": {
1215
"cue": {
1316
"command": ["cue", "lsp", "serve"],

sesh/sesh.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,17 @@
22
[default_session]
33
startup_command = "tmux rename-window opencode; tmux new-window; tmux new-window -d; oc"
44
preview_command = "eza --all --git --icons --color=always {}"
5+
6+
[[session]]
7+
name = "dotfiles"
8+
path = "~/dotfiles"
9+
startup_command = "spotatui"
10+
windows = ["opencode", "nvim"]
11+
12+
[[window]]
13+
name = "opencode"
14+
startup_script = "oc"
15+
16+
[[window]]
17+
name = "nvim"
18+
startup_script = "tmux new-window -d; nvim"

0 commit comments

Comments
 (0)