AutoYADM commit: 2025-04-08 13:15:08
This commit is contained in:
parent
8278d323ee
commit
8a89dc9b62
4 changed files with 43 additions and 27 deletions
7
.config/fish/functions/cargo-update.fish
Normal file
7
.config/fish/functions/cargo-update.fish
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
function cargo-update --description 'Update binaries installed with cargo'
|
||||||
|
if test (count $argv) = 0
|
||||||
|
cargo install-update -a
|
||||||
|
else
|
||||||
|
cargo install-update $argv
|
||||||
|
end
|
||||||
|
end
|
1
.config/yazi/.gitignore
vendored
1
.config/yazi/.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
flavors/
|
flavors/
|
||||||
plugins/
|
plugins/
|
||||||
|
plugins/**
|
||||||
!plugins/symlink.yazi
|
!plugins/symlink.yazi
|
||||||
bookmark
|
bookmark
|
||||||
|
|
|
@ -15,28 +15,36 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>settings</key>
|
<key>settings</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>accent</key>
|
|
||||||
<string>#E49A44</string>
|
|
||||||
<key>activeGuide</key>
|
<key>activeGuide</key>
|
||||||
<string>#1D1D1D</string>
|
<string>#D87C4A</string>
|
||||||
<key>background</key>
|
<key>background</key>
|
||||||
<string>#121212</string>
|
<string>#121212</string>
|
||||||
|
<key>bracketContentsForeground</key>
|
||||||
|
<string>#F8F8F2A5</string>
|
||||||
|
<key>bracketContentsOptions</key>
|
||||||
|
<string>underline</string>
|
||||||
|
<key>bracketsForeground</key>
|
||||||
|
<string>#F8F8F2A5</string>
|
||||||
|
<key>bracketsOptions</key>
|
||||||
|
<string>underline</string>
|
||||||
<key>caret</key>
|
<key>caret</key>
|
||||||
<string>#C4693D</string>
|
<string>#f8f8f0</string>
|
||||||
|
<key>findHighlight</key>
|
||||||
|
<string>#D87C4A</string>
|
||||||
|
<key>findHighlightForeground</key>
|
||||||
|
<string>#121212</string>
|
||||||
<key>foreground</key>
|
<key>foreground</key>
|
||||||
<string>#B4B4B4</string>
|
<string>#B4B4B4</string>
|
||||||
<key>gutterForeground</key>
|
|
||||||
<string>#B4B4B4</string>
|
|
||||||
<key>invisibles</key>
|
<key>invisibles</key>
|
||||||
<string>#000000</string>
|
<string>#3B3A32</string>
|
||||||
<key>lineHighlight</key>
|
<key>lineHighlight</key>
|
||||||
<string>#191919</string>
|
<string>#353535</string>
|
||||||
<key>misspelling</key>
|
|
||||||
<string>#C53030</string>
|
|
||||||
<key>selection</key>
|
<key>selection</key>
|
||||||
<string>#322119</string>
|
<string>#323232</string>
|
||||||
<key>selectionBorder</key>
|
<key>selectionBorder</key>
|
||||||
<string>#1D1D1D</string>
|
<string>#222218</string>
|
||||||
|
<key>tagsOptions</key>
|
||||||
|
<string>stippled_underline</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
@ -30,13 +30,13 @@ hash = "666ccba55119fba4c25b8ad354b2855c"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "ndtoan96/ouch"
|
use = "ndtoan96/ouch"
|
||||||
rev = "c438bd5"
|
rev = "558188d"
|
||||||
hash = "6b9df492b94db87de3cb42fe8e54c1dc"
|
hash = "2d0afef7b50747c543c4304004a72cec"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "Lil-Dank/lazygit"
|
use = "Lil-Dank/lazygit"
|
||||||
rev = "9f924e3"
|
rev = "7a08a09"
|
||||||
hash = "2b0c33928986f126d5c5a4cac31a6b46"
|
hash = "a1fa2b3e1826c3a34804ea8c548e9f80"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "AnirudhG07/plugins-yazi:copy-file-contents"
|
use = "AnirudhG07/plugins-yazi:copy-file-contents"
|
||||||
|
@ -50,12 +50,12 @@ hash = "46977a29d4349d11465af1817f17d414"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:chmod"
|
use = "yazi-rs/plugins:chmod"
|
||||||
rev = "2730199"
|
rev = "a1738e8"
|
||||||
hash = "2f1053f89d1a301a648ab181d0948e38"
|
hash = "2f1053f89d1a301a648ab181d0948e38"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:jump-to-char"
|
use = "yazi-rs/plugins:jump-to-char"
|
||||||
rev = "2730199"
|
rev = "a1738e8"
|
||||||
hash = "a670c03eb3760812e044a24f94cedc55"
|
hash = "a670c03eb3760812e044a24f94cedc55"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
|
@ -65,8 +65,8 @@ hash = "5c20ffa5171dab34042e03d273dddc5b"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "bulletmark/cdhist"
|
use = "bulletmark/cdhist"
|
||||||
rev = "d8905e2"
|
rev = "db4a161"
|
||||||
hash = "8005e9475a37e33994652428cccf2946"
|
hash = "34b7f05a5591b6280388fbb682669b1a"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "MasouShizuka/projects"
|
use = "MasouShizuka/projects"
|
||||||
|
@ -80,7 +80,7 @@ hash = "a94dcbe9266512806c677138e8591ddb"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:smart-filter"
|
use = "yazi-rs/plugins:smart-filter"
|
||||||
rev = "2730199"
|
rev = "a1738e8"
|
||||||
hash = "f0c4b41b5d19a3144958383333eff6e7"
|
hash = "f0c4b41b5d19a3144958383333eff6e7"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
|
@ -90,13 +90,13 @@ hash = "905054b2df08ff79af223e0b6f249fa3"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:vcs-files"
|
use = "yazi-rs/plugins:vcs-files"
|
||||||
rev = "2730199"
|
rev = "a1738e8"
|
||||||
hash = "5e85dd0baca18119f4d712d81b09eb7c"
|
hash = "36405f8781fcaf33ceab24dffd5cea19"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:git"
|
use = "yazi-rs/plugins:git"
|
||||||
rev = "2730199"
|
rev = "a1738e8"
|
||||||
hash = "e0d2c8d7e7afe5b82270367098d1a821"
|
hash = "e0ada736ea676c2bbb3ec705a49526ef"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "Rolv-Apneseth/starship"
|
use = "Rolv-Apneseth/starship"
|
||||||
|
@ -110,5 +110,5 @@ hash = "7cc42012a7c2099f80064d228feb8d44"
|
||||||
|
|
||||||
[[flavor.deps]]
|
[[flavor.deps]]
|
||||||
use = "ficcdaf/ashen:ashen"
|
use = "ficcdaf/ashen:ashen"
|
||||||
rev = "9e77f82"
|
rev = "cccb725"
|
||||||
hash = "2bec0f95bb5d938f5badfcb824e016ed"
|
hash = "e1ae4dbbbc24985970205810d8cf378e"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue