Add srcpub alias to ssh
This commit is contained in:
@@ -43,6 +43,11 @@
|
|||||||
user = "gitlab";
|
user = "gitlab";
|
||||||
hostname = "git.thehellings.lan";
|
hostname = "git.thehellings.lan";
|
||||||
};
|
};
|
||||||
|
srcpub = {
|
||||||
|
user = "gitlab";
|
||||||
|
hostname = "src.thehellings.com";
|
||||||
|
port = 2222;
|
||||||
|
};
|
||||||
ivr = {
|
ivr = {
|
||||||
user = "git";
|
user = "git";
|
||||||
hostname = "gitlab.com";
|
hostname = "gitlab.com";
|
||||||
|
|||||||
@@ -57,6 +57,12 @@ in
|
|||||||
"asvetliakov.vscode-neovim" = 1;
|
"asvetliakov.vscode-neovim" = 1;
|
||||||
};
|
};
|
||||||
"git.openRepositoryInParentFolders" = "always";
|
"git.openRepositoryInParentFolders" = "always";
|
||||||
|
"github.copilot.enable" = {
|
||||||
|
"*" = false;
|
||||||
|
"plaintext" = false;
|
||||||
|
"markdown" = false;
|
||||||
|
"scminput" = false;
|
||||||
|
};
|
||||||
"search.exclude" = {
|
"search.exclude" = {
|
||||||
"**/.tox" = true;
|
"**/.tox" = true;
|
||||||
};
|
};
|
||||||
@@ -64,12 +70,6 @@ in
|
|||||||
"vscode-neovim.neovimInitVimPaths.darwin" = "~/.config/nvim/init.lua";
|
"vscode-neovim.neovimInitVimPaths.darwin" = "~/.config/nvim/init.lua";
|
||||||
"vscode-neovim.neovimInitVimPaths.linux" = "~/.config/nvim/init.lua";
|
"vscode-neovim.neovimInitVimPaths.linux" = "~/.config/nvim/init.lua";
|
||||||
"workbench.settings.applyToAllProfiles" = [ "direnv.path.executable" ];
|
"workbench.settings.applyToAllProfiles" = [ "direnv.path.executable" ];
|
||||||
"github.copilot.enable" = {
|
|
||||||
"*" = false;
|
|
||||||
"plaintext" = false;
|
|
||||||
"markdown" = false;
|
|
||||||
"scminput" = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user