diff --git a/link.sh b/link.sh index 5c382e9..ca3ac03 100755 --- a/link.sh +++ b/link.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ln -s ~/Documents/dotfiles/alacritty ~/.config/ ln -s ~/Documents/dotfiles/foot ~/.config/ @@ -13,5 +13,6 @@ ln -s ~/Documents/dotfiles/waybar ~/.config/ ln -s ~/Documents/dotfiles/wofi ~/.config/ ln -s ~/Documents/dotfiles/yt-dlp ~/.config/ ln -s ~/Documents/dotfiles/zathura ~/.config/ +ln -s ~/Documents/dotfiles/opencode ~/.config/ ln -s ~/Documents/dotfiles/.zshrc ~/ ln -s ~/Documents/dotfiles/.gitconfig ~/ diff --git a/opencode/opencode.json b/opencode/opencode.json new file mode 100644 index 0000000..720ece5 --- /dev/null +++ b/opencode/opencode.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://opencode.ai/config.json" +} diff --git a/opencode/opencode.json.tui-migration.bak b/opencode/opencode.json.tui-migration.bak new file mode 100644 index 0000000..6573ac2 --- /dev/null +++ b/opencode/opencode.json.tui-migration.bak @@ -0,0 +1,10 @@ +{ + "$schema": "https://opencode.ai/config.json", + "theme": "gruvbox", + "mcp": { + "Figma": { + "url": "https://mcp.figma.com/mcp", + "enabled": true, + }, + } +} diff --git a/opencode/tui.json b/opencode/tui.json new file mode 100644 index 0000000..86ef3a3 --- /dev/null +++ b/opencode/tui.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://opencode.ai/tui.json", + "theme": "gruvbox" +} \ No newline at end of file