From d3ad5d4b5d1f9fe918ebd8075608b35ad91c92d6 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sat, 18 May 2024 19:23:44 -0700 Subject: [PATCH] all dots and symlinks --- dot_config/k9s/.k9s/config.yml | 46 ---------------------- dot_config/k9s/dot_k9s/config.yml | 46 ++++++++++++++++++++++ .../user/default.target.wants/ssh-agent.service | 1 - .../symlink_ssh-agent.service.tmpl | 1 + 4 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 dot_config/k9s/.k9s/config.yml create mode 100644 dot_config/k9s/dot_k9s/config.yml delete mode 120000 dot_config/systemd/user/default.target.wants/ssh-agent.service create mode 100644 dot_config/systemd/user/default.target.wants/symlink_ssh-agent.service.tmpl diff --git a/dot_config/k9s/.k9s/config.yml b/dot_config/k9s/.k9s/config.yml deleted file mode 100644 index 714b868..0000000 --- a/dot_config/k9s/.k9s/config.yml +++ /dev/null @@ -1,46 +0,0 @@ -k9s: - refreshRate: 2 - maxConnRetry: 5 - enableMouse: true - headless: true - logoless: true - crumbsless: false - readOnly: false - noIcons: true - logger: - tail: 100 - buffer: 5000 - sinceSeconds: 300 - fullScreenLogs: false - textWrap: false - showTime: false - currentContext: kubernetes-admin@kubernetes - currentCluster: kubernetes - clusters: - kubernetes: - namespace: - active: "" - favorites: - - sccache - - all - - default - view: - active: pod - featureGates: - nodeShell: false - shellPod: - image: busybox:1.31 - command: [] - args: [] - namespace: default - limits: - cpu: 100m - memory: 100Mi - portForwardAddress: localhost - thresholds: - cpu: - critical: 90 - warn: 70 - memory: - critical: 90 - warn: 70 diff --git a/dot_config/k9s/dot_k9s/config.yml b/dot_config/k9s/dot_k9s/config.yml new file mode 100644 index 0000000..714b868 --- /dev/null +++ b/dot_config/k9s/dot_k9s/config.yml @@ -0,0 +1,46 @@ +k9s: + refreshRate: 2 + maxConnRetry: 5 + enableMouse: true + headless: true + logoless: true + crumbsless: false + readOnly: false + noIcons: true + logger: + tail: 100 + buffer: 5000 + sinceSeconds: 300 + fullScreenLogs: false + textWrap: false + showTime: false + currentContext: kubernetes-admin@kubernetes + currentCluster: kubernetes + clusters: + kubernetes: + namespace: + active: "" + favorites: + - sccache + - all + - default + view: + active: pod + featureGates: + nodeShell: false + shellPod: + image: busybox:1.31 + command: [] + args: [] + namespace: default + limits: + cpu: 100m + memory: 100Mi + portForwardAddress: localhost + thresholds: + cpu: + critical: 90 + warn: 70 + memory: + critical: 90 + warn: 70 diff --git a/dot_config/systemd/user/default.target.wants/ssh-agent.service b/dot_config/systemd/user/default.target.wants/ssh-agent.service deleted file mode 120000 index 8c9a931..0000000 --- a/dot_config/systemd/user/default.target.wants/ssh-agent.service +++ /dev/null @@ -1 +0,0 @@ -/home/barak/.config/systemd/user/ssh-agent.service \ No newline at end of file diff --git a/dot_config/systemd/user/default.target.wants/symlink_ssh-agent.service.tmpl b/dot_config/systemd/user/default.target.wants/symlink_ssh-agent.service.tmpl new file mode 100644 index 0000000..50da24d --- /dev/null +++ b/dot_config/systemd/user/default.target.wants/symlink_ssh-agent.service.tmpl @@ -0,0 +1 @@ +{{- .chezmoi.homeDir}}/.config/systemd/user/ssh-agent.service