File tree Expand file tree Collapse file tree 2 files changed +31
-13
lines changed
scripts/ansible/roles/config/tasks Expand file tree Collapse file tree 2 files changed +31
-13
lines changed Original file line number Diff line number Diff line change 1- [plugin ]
2- deps = [
3- { use = " yazi-rs/plugins:git" , rev = " ec97f88" },
4- { use = " yazi-rs/plugins:full-border" , rev = " ec97f88" },
5- { use = " yazi-rs/plugins:max-preview" , rev = " ec97f88" },
6- { use = " yazi-rs/plugins:smart-filter" , rev = " ec97f88" },
7- { use = " yazi-rs/plugins:diff" , rev = " ec97f88" },
8- ]
9-
10- [flavor ]
11- deps = [{ use = " yazi-rs/flavors:catppuccin-macchiato" , rev = " 8458d25" }]
1+ [[plugin .deps ]]
2+ use = " yazi-rs/plugins:git"
3+ rev = " 3d0c7c6"
4+ hash = " 771f18427fb75fb19990ce602bb322f4"
5+
6+ [[plugin .deps ]]
7+ use = " yazi-rs/plugins:full-border"
8+ rev = " 3d0c7c6"
9+ hash = " 9dce00232a0e0e2502565c7aa2b0ed4e"
10+
11+ [[plugin .deps ]]
12+ use = " yazi-rs/plugins:max-preview"
13+ rev = " 3d0c7c6"
14+ hash = " a8025f2bb311e869069364fba01abffc"
15+
16+ [[plugin .deps ]]
17+ use = " yazi-rs/plugins:smart-filter"
18+ rev = " 3d0c7c6"
19+ hash = " f0c4b41b5d19a3144958383333eff6e7"
20+
21+ [[plugin .deps ]]
22+ use = " yazi-rs/plugins:diff"
23+ rev = " 3d0c7c6"
24+ hash = " 7a08e303167d5b655c06da6d570f0333"
25+
26+ [[flavor .deps ]]
27+ use = " yazi-rs/flavors:catppuccin-macchiato"
28+ rev = " c023460"
29+ hash = " 3ec21bcfd2735cfcbab61faaf43e59e4"
Original file line number Diff line number Diff line change 7272- name : Set iTerm2
7373 ansible.builtin.import_tasks : iterm2.yml
7474
75- - name : Set yazi
76- ansible.builtin.import_tasks : yazi.yml
75+ # - name: Set yazi
76+ # ansible.builtin.import_tasks: yazi.yml
7777
7878- name : Set vscode
7979 ansible.builtin.include_tasks : vscode.yml
You can’t perform that action at this time.
0 commit comments