updates
This commit is contained in:
@@ -63,3 +63,5 @@
|
|||||||
old = red bold
|
old = red bold
|
||||||
new = green bold
|
new = green bold
|
||||||
whitespace = red reverse
|
whitespace = red reverse
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
LOC=$1
|
LOC=$1
|
||||||
echo "/srv/nfs/state *.hjarl.com(rw,async,no_subtree_check,no_root_squash) 10.0.0.0/16(rw,async,no_subtree_check,no_root_squash)" | sudo bash -c "cat >> /etc/exports"
|
echo "/srv/nfs/state 10.0.0.0/16(rw,async,no_subtree_check,no_root_squash)" | sudo bash -c "cat >> /etc/exports"
|
||||||
sudo hostnamectl set-hostname ${LOC}
|
sudo hostnamectl set-hostname ${LOC}
|
||||||
sudo apt install nfs-kernel-server
|
sudo apt install nfs-kernel-server
|
||||||
sudo systemctl enable --now nfs-kernel-server
|
sudo systemctl enable --now nfs-kernel-server
|
||||||
|
|||||||
+15
-6
@@ -269,9 +269,7 @@ require("lazy").setup({
|
|||||||
"buffers",
|
"buffers",
|
||||||
symbols = { alternate_file = "" },
|
symbols = { alternate_file = "" },
|
||||||
buffers_color = {
|
buffers_color = {
|
||||||
-- Same values as the general color option can be used here.
|
active = { bg = "goldenrod" },
|
||||||
active = { bg = "goldenrod" }, -- Color for active buffer.
|
|
||||||
-- inactive = { bg = "#009688" }, -- Color for inactive buffer.
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -279,7 +277,15 @@ require("lazy").setup({
|
|||||||
lualine_c = {},
|
lualine_c = {},
|
||||||
lualine_x = {},
|
lualine_x = {},
|
||||||
lualine_y = {},
|
lualine_y = {},
|
||||||
lualine_z = { "tabs" },
|
lualine_z = {
|
||||||
|
{
|
||||||
|
"tabs",
|
||||||
|
mode = 2,
|
||||||
|
tabs_color = {
|
||||||
|
active = { bg = "goldenrod" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
@@ -763,8 +769,11 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
yaml = {
|
yamlls = {
|
||||||
schemas = { kubernetes = "globPattern" },
|
yaml = {
|
||||||
|
schemas = { kubernetes = "/home/hjalmarlucius/src/hjarl/system/manifests/*.yaml" },
|
||||||
|
-- schemaStore = { enable = false, url = "" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user