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