From 1e7de7c2823a9beea7103249b732f14b1b1e8f78 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 13 Mar 2022 18:35:03 +0100 Subject: nvfetcher --- nvfetcher.toml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 nvfetcher.toml (limited to 'nvfetcher.toml') diff --git a/nvfetcher.toml b/nvfetcher.toml new file mode 100644 index 00000000..e82051cd --- /dev/null +++ b/nvfetcher.toml @@ -0,0 +1,43 @@ +[mpv-reload] +src.git = "https://github.com/4e6/mpv-reload" +fetch.github = "4e6/mpv-reload" + +[mpv-createchapter] +src.git = "https://github.com/shinchiro/mpv-createchapter" +fetch.github = "shinchiro/mpv-createchapter" + +[mpv-autosave] +src.git = "https://gist.github.com/2f71a97fb85ed42146f6d9f522bc34ef.git" +fetch.git = "https://gist.github.com/2f71a97fb85ed42146f6d9f522bc34ef.git" + +[mpv-mpris] +src.github = "hoyon/mpv-mpris" +fetch.github = "hoyon/mpv-mpris" + +[emacs-scratch_el] +src.git = "https://github.com/ffevotte/scratch.el" +fetch.github = "ffevotte/scratch.el" + + +[afew] +src.git = "https://github.com/gkleen/afew" +fetch.github = "gkleen/afew" +git.leaveDotGit = true + +[uhk-agent] +src.github = "UltimateHackingKeyboard/agent" +src.prefix = "v" +fetch.url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v$ver/UHK.Agent-$ver-linux-x86_64.AppImage" + +[v4l2loopback] +src.git = "https://github.com/umlaeute/v4l2loopback" +fetch.github = "umlaeute/v4l2loopback" +git.fetchSubmodules = true + +[fast-cli] +src.github = "gesquive/fast-cli" +fetch.github = "gesquive/fast-cli" + +[xcompose] +src.git = "https://github.com/kragen/xcompose" +fetch.github = "kragen/xcompose" \ No newline at end of file -- cgit v1.2.3