knox / avante.nvim-3.lua
0 likes
0 forks
1 files
Last active
1 | local add, later, now = MiniDeps.add, MiniDeps.later, MiniDeps.now |
2 | |
3 | add({ |
4 | source = 'yetone/avante.nvim', |
5 | monitor = 'main', |
6 | depends = { |
7 | 'stevearc/dressing.nvim', |
8 | 'nvim-lua/plenary.nvim', |
9 | 'MunifTanjim/nui.nvim', |
10 | 'echasnovski/mini.icons' |
knox / avante.nvim-2.vim
0 likes
0 forks
1 files
Last active
1 | |
2 | " Deps |
3 | Plug 'stevearc/dressing.nvim' |
4 | Plug 'nvim-lua/plenary.nvim' |
5 | Plug 'MunifTanjim/nui.nvim' |
6 | |
7 | " Optional deps |
8 | Plug 'nvim-tree/nvim-web-devicons' "or Plug 'echasnovski/mini.icons' |
9 | Plug 'HakonHarnes/img-clip.nvim' |
10 | Plug 'zbirenbaum/copilot.lua' |
knox / avante.nvim-1.lua
0 likes
0 forks
1 files
Last active
1 | { |
2 | "yetone/avante.nvim", |
3 | event = "VeryLazy", |
4 | lazy = false, |
5 | version = false, -- set this if you want to always pull the latest change |
6 | opts = { |
7 | -- add any opts here |
8 | }, |
9 | -- if you want to build from source then do `make BUILD_FROM_SOURCE=true` |
10 | build = "make", |
knox / Omnivore-6.sh
0 likes
0 forks
1 files
Last active
1 | yarn start |
knox / Omnivore-5.sh
0 likes
0 forks
1 files
Last active
1 | cd packages/puppeteer-parse |
2 | cp .env.example .env |
3 | yarn |
knox / Omnivore-1.sh
0 likes
0 forks
1 files
Last active
1 | brew install chromium --no-quarantine |
2 | export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true |
3 | export CHROMIUM_PATH=`which chromium` |
knox / Omnivore-3.sh
0 likes
0 forks
1 files
Last active
1 | NEXT_PUBLIC_BASE_URL=http://localhost:3000 |
2 | NEXT_PUBLIC_HIGHLIGHTS_BASE_URL=http://localhost:3000 |
3 | NEXT_PUBLIC_LOCAL_BASE_URL=http://localhost:3000 |
4 | NEXT_PUBLIC_SERVER_BASE_URL=http://localhost:4000 |
5 | NEXT_PUBLIC_LOCAL_SERVER_BASE_URL=http://localhost:4000 |
knox / Omnivore-2.sh
0 likes
0 forks
1 files
Last active
1 | docker compose up api content-fetch |
2 | cd packages/web |
3 | cp .env.template .env.local |
4 | yarn dev |
knox / Omnivore-1.sh
0 likes
0 forks
1 files
Last active
1 | git clone https://github.com/omnivore-app/omnivore |
2 | cd omnivore |
3 | docker compose up |
knox / MONAI-1.sh
0 likes
0 forks
1 files
Last active
1 | pip install monai |