From 01ac7338106a812e94e753d16e6bffd07d826faa Mon Sep 17 00:00:00 2001 From: Dmitri Date: Fri, 27 Feb 2026 15:39:39 +0100 Subject: [PATCH] opencod --- link.sh | 3 ++- opencode/opencode.json | 3 +++ opencode/opencode.json.tui-migration.bak | 10 ++++++++++ opencode/tui.json | 4 ++++ 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 opencode/opencode.json create mode 100644 opencode/opencode.json.tui-migration.bak create mode 100644 opencode/tui.json 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