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"]
|
[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
|
||||||
|
|||||||
1
config/shared/barg-parser
Submodule
1
config/shared/barg-parser
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 577209f5e24190b5e1c5bc9f2742159704bbc467
|
||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user