diff --git a/.gitmodules b/.gitmodules index e640f9d..9dd3965 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "config/shared/nvim"] path = config/shared/nvim url = git@gitea.tomastm.com:tomas.mirchev/nvim-config.git +[submodule "config/shared/barg-parser"] + path = config/shared/barg-parser + url = git@gitea.tomastm.com:tomas.mirchev/barg-parser.git diff --git a/config/shared/barg-parser b/config/shared/barg-parser new file mode 160000 index 0000000..577209f --- /dev/null +++ b/config/shared/barg-parser @@ -0,0 +1 @@ +Subproject commit 577209f5e24190b5e1c5bc9f2742159704bbc467 diff --git a/manifest.json b/manifest.json index b107999..04aeff6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,12 @@ "to": "~/bin" } }, + "barg": { + "link": { + "from": "shared/barg-parser/barg", + "to": "~/.local/bin/barg" + } + }, "htop": { "link": { "from": "shared/htop", @@ -60,6 +66,7 @@ "tmux", "nvim", "bin", + "barg", { "package": "sol", "link": { @@ -116,6 +123,7 @@ ], "linux-vm": [ "bin", + "barg", "gitignore", { "package": "htop", @@ -141,6 +149,7 @@ ], "container": [ "bin", + "barg", "gitignore", { "package": "htop",