changes from desktop
This commit is contained in:
@@ -20,3 +20,7 @@ function pyenv
|
||||
end
|
||||
|
||||
|
||||
|
||||
# bun
|
||||
set --export BUN_INSTALL "$HOME/.bun"
|
||||
set --export PATH $BUN_INSTALL/bin $PATH
|
||||
|
||||
@@ -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
|
||||
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user