mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Merge branch 'master' of codeberg.org:js0ny/dotfiles
This commit is contained in:
commit
0edbd406a7
4 changed files with 13 additions and 30 deletions
|
|
@ -473,6 +473,16 @@ mapkey(",S", "Open Source in GitHub (New Page)", function () {
|
|||
}, { domain: /raw.githubusercontent.com/ });
|
||||
// #endregion GitHub
|
||||
|
||||
//#region app.microsoft.com
|
||||
// https://apps.microsoft.com/detail/9nl6kd1h33v3?hl=en-GB&gl=GB
|
||||
// This is useful in `winget` (Windows Package Manager)
|
||||
mapkey(",y", "[y]ank app id", function () {
|
||||
const url = new URL(window.location.href);
|
||||
const id = url.pathname.split("/")[2];
|
||||
Clipboard.write(id);
|
||||
}, { domain: /apps.microsoft.com/ });
|
||||
|
||||
|
||||
// #region perplexity.ai
|
||||
/**
|
||||
* 0 - 网络
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ return {
|
|||
}
|
||||
},
|
||||
{ "CRAG666/code_runner.nvim", config = true },
|
||||
-- { import = "plugins.mod.obsidian-nvim" },
|
||||
{ import = "plugins.mod.obsidian-nvim" },
|
||||
{ import = "plugins.mod.which-keys-nvim" },
|
||||
{
|
||||
"zbirenbaum/copilot.lua",
|
||||
|
|
|
|||
2
tools/yazi/.gitignore
vendored
2
tools/yazi/.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
flavors/
|
||||
plugins/
|
||||
|
||||
package.toml
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
[[plugin.deps]]
|
||||
use = "dawsers/dual-pane"
|
||||
rev = "c2fed12"
|
||||
hash = ""
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "Rolv-Apneseth/starship"
|
||||
rev = "d1cd0a3"
|
||||
hash = ""
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "llanosrocas/yaziline"
|
||||
rev = "864572c"
|
||||
hash = ""
|
||||
|
||||
[[flavor.deps]]
|
||||
use = "yazi-rs/flavors:catppuccin-mocha"
|
||||
rev = "fd85060"
|
||||
hash = ""
|
||||
|
||||
[[flavor.deps]]
|
||||
use = "yazi-rs/flavors:catppuccin-latte"
|
||||
rev = "fd85060"
|
||||
hash = ""
|
||||
|
||||
[[flavor.deps]]
|
||||
use = "dangooddd/kanagawa"
|
||||
rev = "d98f0c3"
|
||||
hash = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue