From caf5722b95d9e96f2ab3816f6d7e4b1be1f534fa Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 1 Sep 2025 12:08:45 +0300 Subject: [PATCH] chore(config): orbstack --- config/fish/completions/kubectl.fish | 1 + config/fish/completions/orbctl.fish | 1 + config/fish/config.fish | 4 ++++ ssh/config | 5 +++++ 4 files changed, 11 insertions(+) create mode 120000 config/fish/completions/kubectl.fish create mode 120000 config/fish/completions/orbctl.fish diff --git a/config/fish/completions/kubectl.fish b/config/fish/completions/kubectl.fish new file mode 120000 index 0000000..04f9499 --- /dev/null +++ b/config/fish/completions/kubectl.fish @@ -0,0 +1 @@ +/Applications/OrbStack.app/Contents/MacOS/../Resources/completions/fish/kubectl.fish \ No newline at end of file diff --git a/config/fish/completions/orbctl.fish b/config/fish/completions/orbctl.fish new file mode 120000 index 0000000..19e3744 --- /dev/null +++ b/config/fish/completions/orbctl.fish @@ -0,0 +1 @@ +/Applications/OrbStack.app/Contents/MacOS/../Resources/completions/fish/orbctl.fish \ No newline at end of file diff --git a/config/fish/config.fish b/config/fish/config.fish index 5cc0f3c..d5f769c 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -38,3 +38,7 @@ set -gx PATH $PATH $HOME/.lmstudio/bin # opencode fish_add_path /Users/ivuorinen/.opencode/bin + +# Added by OrbStack: command-line tools and integration +# This won't be added again if you remove it. +source ~/.orbstack/shell/init2.fish 2>/dev/null || : diff --git a/ssh/config b/ssh/config index 60681f7..12e1432 100644 --- a/ssh/config +++ b/ssh/config @@ -1,3 +1,8 @@ +# Added by OrbStack: 'orb' SSH host for Linux machines +# This only works if it's at the top of ssh_config (before any Host blocks). +# This won't be added again if you remove it. +Include ~/.orbstack/ssh/config + # vim: ft=sshconfig Include shared.d/* Include local.d/*