summaryrefslogtreecommitdiff
path: root/nvfetcher.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r--nvfetcher.toml43
1 files changed, 43 insertions, 0 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml
new file mode 100644
index 00000000..e82051cd
--- /dev/null
+++ b/nvfetcher.toml
@@ -0,0 +1,43 @@
1[mpv-reload]
2src.git = "https://github.com/4e6/mpv-reload"
3fetch.github = "4e6/mpv-reload"
4
5[mpv-createchapter]
6src.git = "https://github.com/shinchiro/mpv-createchapter"
7fetch.github = "shinchiro/mpv-createchapter"
8
9[mpv-autosave]
10src.git = "https://gist.github.com/2f71a97fb85ed42146f6d9f522bc34ef.git"
11fetch.git = "https://gist.github.com/2f71a97fb85ed42146f6d9f522bc34ef.git"
12
13[mpv-mpris]
14src.github = "hoyon/mpv-mpris"
15fetch.github = "hoyon/mpv-mpris"
16
17[emacs-scratch_el]
18src.git = "https://github.com/ffevotte/scratch.el"
19fetch.github = "ffevotte/scratch.el"
20
21
22[afew]
23src.git = "https://github.com/gkleen/afew"
24fetch.github = "gkleen/afew"
25git.leaveDotGit = true
26
27[uhk-agent]
28src.github = "UltimateHackingKeyboard/agent"
29src.prefix = "v"
30fetch.url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v$ver/UHK.Agent-$ver-linux-x86_64.AppImage"
31
32[v4l2loopback]
33src.git = "https://github.com/umlaeute/v4l2loopback"
34fetch.github = "umlaeute/v4l2loopback"
35git.fetchSubmodules = true
36
37[fast-cli]
38src.github = "gesquive/fast-cli"
39fetch.github = "gesquive/fast-cli"
40
41[xcompose]
42src.git = "https://github.com/kragen/xcompose"
43fetch.github = "kragen/xcompose" \ No newline at end of file