This commit is contained in:
Dmitri 2026-02-27 15:39:39 +01:00
parent 9b2bf745a7
commit 01ac733810
4 changed files with 19 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# ln -s ~/Documents/dotfiles/alacritty ~/.config/ # ln -s ~/Documents/dotfiles/alacritty ~/.config/
ln -s ~/Documents/dotfiles/foot ~/.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/wofi ~/.config/
ln -s ~/Documents/dotfiles/yt-dlp ~/.config/ ln -s ~/Documents/dotfiles/yt-dlp ~/.config/
ln -s ~/Documents/dotfiles/zathura ~/.config/ ln -s ~/Documents/dotfiles/zathura ~/.config/
ln -s ~/Documents/dotfiles/opencode ~/.config/
ln -s ~/Documents/dotfiles/.zshrc ~/ ln -s ~/Documents/dotfiles/.zshrc ~/
ln -s ~/Documents/dotfiles/.gitconfig ~/ ln -s ~/Documents/dotfiles/.gitconfig ~/

3
opencode/opencode.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://opencode.ai/config.json"
}

View File

@ -0,0 +1,10 @@
{
"$schema": "https://opencode.ai/config.json",
"theme": "gruvbox",
"mcp": {
"Figma": {
"url": "https://mcp.figma.com/mcp",
"enabled": true,
},
}
}

4
opencode/tui.json Normal file
View File

@ -0,0 +1,4 @@
{
"$schema": "https://opencode.ai/tui.json",
"theme": "gruvbox"
}