feat: add barg-parser

This commit is contained in:
Tomas Mirchev 2025-11-03 06:47:25 +02:00
parent 866a25a66d
commit f1b0fd94fb
3 changed files with 13 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "config/shared/nvim"] [submodule "config/shared/nvim"]
path = config/shared/nvim path = config/shared/nvim
url = git@gitea.tomastm.com:tomas.mirchev/nvim-config.git 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

@ -0,0 +1 @@
Subproject commit 577209f5e24190b5e1c5bc9f2742159704bbc467

View File

@ -6,6 +6,12 @@
"to": "~/bin" "to": "~/bin"
} }
}, },
"barg": {
"link": {
"from": "shared/barg-parser/barg",
"to": "~/.local/bin/barg"
}
},
"htop": { "htop": {
"link": { "link": {
"from": "shared/htop", "from": "shared/htop",
@ -60,6 +66,7 @@
"tmux", "tmux",
"nvim", "nvim",
"bin", "bin",
"barg",
{ {
"package": "sol", "package": "sol",
"link": { "link": {
@ -116,6 +123,7 @@
], ],
"linux-vm": [ "linux-vm": [
"bin", "bin",
"barg",
"gitignore", "gitignore",
{ {
"package": "htop", "package": "htop",
@ -141,6 +149,7 @@
], ],
"container": [ "container": [
"bin", "bin",
"barg",
"gitignore", "gitignore",
{ {
"package": "htop", "package": "htop",