diff options
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 43 |
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] | ||
2 | src.git = "https://github.com/4e6/mpv-reload" | ||
3 | fetch.github = "4e6/mpv-reload" | ||
4 | |||
5 | [mpv-createchapter] | ||
6 | src.git = "https://github.com/shinchiro/mpv-createchapter" | ||
7 | fetch.github = "shinchiro/mpv-createchapter" | ||
8 | |||
9 | [mpv-autosave] | ||
10 | src.git = "https://gist.github.com/2f71a97fb85ed42146f6d9f522bc34ef.git" | ||
11 | fetch.git = "https://gist.github.com/2f71a97fb85ed42146f6d9f522bc34ef.git" | ||
12 | |||
13 | [mpv-mpris] | ||
14 | src.github = "hoyon/mpv-mpris" | ||
15 | fetch.github = "hoyon/mpv-mpris" | ||
16 | |||
17 | [emacs-scratch_el] | ||
18 | src.git = "https://github.com/ffevotte/scratch.el" | ||
19 | fetch.github = "ffevotte/scratch.el" | ||
20 | |||
21 | |||
22 | [afew] | ||
23 | src.git = "https://github.com/gkleen/afew" | ||
24 | fetch.github = "gkleen/afew" | ||
25 | git.leaveDotGit = true | ||
26 | |||
27 | [uhk-agent] | ||
28 | src.github = "UltimateHackingKeyboard/agent" | ||
29 | src.prefix = "v" | ||
30 | fetch.url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v$ver/UHK.Agent-$ver-linux-x86_64.AppImage" | ||
31 | |||
32 | [v4l2loopback] | ||
33 | src.git = "https://github.com/umlaeute/v4l2loopback" | ||
34 | fetch.github = "umlaeute/v4l2loopback" | ||
35 | git.fetchSubmodules = true | ||
36 | |||
37 | [fast-cli] | ||
38 | src.github = "gesquive/fast-cli" | ||
39 | fetch.github = "gesquive/fast-cli" | ||
40 | |||
41 | [xcompose] | ||
42 | src.git = "https://github.com/kragen/xcompose" | ||
43 | fetch.github = "kragen/xcompose" \ No newline at end of file | ||