feat: add barg-parser
This commit is contained in:
parent
866a25a66d
commit
f1b0fd94fb
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
||||
1
config/shared/barg-parser
Submodule
1
config/shared/barg-parser
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 577209f5e24190b5e1c5bc9f2742159704bbc467
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user