From a61fdaf5695c9e8da4d0a83f759c88527b0d2eb5 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 11 May 2026 08:12:03 +0000 Subject: [PATCH] changes from desktop --- .config/fish/config.fish | 4 ++++ .config/nvim/init.vim | 21 --------------------- .config/opencode/opencode.json | 13 ++++++++++--- 3 files changed, 14 insertions(+), 24 deletions(-) delete mode 100644 .config/nvim/init.vim diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f46f8f4..21ee6fd 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -20,3 +20,7 @@ function pyenv end + +# bun +set --export BUN_INSTALL "$HOME/.bun" +set --export PATH $BUN_INSTALL/bin $PATH diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim deleted file mode 100644 index d6b551d..0000000 --- a/.config/nvim/init.vim +++ /dev/null @@ -1,21 +0,0 @@ -" Check if vim-plug is not installed -if empty(glob('~/.local/share/nvim/site/autoload/plug.vim')) - " Display a message to the user - echo "Installing vim-plug..." - " Run the installation command - call system('sh -c ''curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim''') - " Display a message to inform the user that the installation has completed - echo "vim-plug installed successfully. Please restart Neovim." -endif - -call plug#begin('~/.config/nvim/plugged') - -" Add your plugins here, for example: -Plug 'preservim/nerdtree' -Plug 'github/copilot.vim' - -call plug#end() - - -" set tab to 4 spaces for neovim -set tabstop=4 diff --git a/.config/opencode/opencode.json b/.config/opencode/opencode.json index 97ad62d..ead6ac7 100644 --- a/.config/opencode/opencode.json +++ b/.config/opencode/opencode.json @@ -1,13 +1,16 @@ { "$schema": "https://opencode.ai/config.json", "plugin": [ - "superpowers@git+https://github.com/obra/superpowers.git", + "@fission-ai/openspec@latest", + "superpowers@git+https://github.com/obra/superpowers.git", "opencode-snip@latest", "@tarquinen/opencode-dcp@latest", "@ramtinj95/opencode-tokenscope", "@slkiser/opencode-quota", "envsitter-guard@latest", - "opencode-mystatus" + "opencode-mystatus", + "oh-my-openagent@latest", + "opentmux" ], "command": { "mystatus": { @@ -18,7 +21,11 @@ "mcp": { "with-context": { "type": "local", - "command": ["npx", "-y", "with-context-mcp"], + "command": [ + "npx", + "-y", + "with-context-mcp" + ], "environment": { "OBSIDIAN_API_KEY": "{env:OBSIDIAN_API_KEY}", "OBSIDIAN_API_URL": "{env:OBSIDIAN_API_URL}",