1
0

import changes from workstation

This commit is contained in:
2025-07-12 18:51:44 +02:00
parent 6e48cdf319
commit dce5c22157
7 changed files with 34 additions and 35 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
lazy-lock.json
.gitconfig.local
k9s/.config/k9s/clusters

View File

@@ -1,16 +0,0 @@
k9s:
cluster: arn:aws:eks:eu-west-1:996819778728:cluster/eu-01
namespace:
active: all
lockFavorites: false
favorites:
- all
- dt-account-monitoring-stag
- core-infra-system
- digitaltrust-stag
- default
view:
active: IngressRoute
featureGates:
nodeShell: false
proxy: null

View File

@@ -94,6 +94,7 @@ vim.filetype.add({
},
pattern = {
[".*/recipes/.*%.ya?ml"] = "gotmpl",
[".*%.sh.tmpl"] = "bash",
},
})

View File

@@ -79,6 +79,21 @@ set -g @tmux_window_name_max_name_len "100"
set -g @plugin 'tmux-plugins/tmux-open'
set -g @plugin 'pschmitt/tmux-ssh-split'
set-option -g @ssh-split-keep-cwd "true"
set-option -g @ssh-split-keep-remote-cwd "true"
set-option -g @ssh-split-fail "true"
set-option -g @ssh-split-no-env "false"
set-option -g @ssh-split-no-shell "false"
set-option -g @ssh-split-strip-cmd "true"
set-option -g @ssh-split-verbose "true"
set-option -g @ssh-split-debug "false"
set-option -g @ssh-split-h-key "V"
set-option -g @ssh-split-v-key 'H'
set-option -g @ssh-split-w-key "N"
set-option -g @ssh-split-r-key "R"
###############################################################################
###############################################################################
### tmux-continuum ###

15
zsh/.zprofile Normal file
View File

@@ -0,0 +1,15 @@
export PATH=~/.local/bin:$PATH
export PATH=$DOTFILES/scripts/hcf/:$PATH
. "$HOME/.cargo/env"
case "$(uname -s)" in
Linux*) {
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
} ;;
Darwin*) {
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/bin/bash/bin:$PATH"
} ;;
*) ;;
esac

View File

@@ -18,18 +18,4 @@ export MANPAGER='nvim +Man!'
export SSH_ENV="$HOME/.ssh/agent-environment"
export PATH=~/.local/bin:$PATH
export PATH=$DOTFILES/scripts/hcf/:$PATH
case "$(uname -s)" in
Linux*) {
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
} ;;
Darwin*) {
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/opt/make/libexec/gnubin:$PATH"
} ;;
*) ;;
esac
. "$HOME/.cargo/env"
export GOPRIVATE=gitlab.company.com