cmc/dotfiles

Using GNU Stow to manage my dotfiles.

clone: git clone https://gitbay.org/cmc/dotfiles.git

e67ef1106c6edaf776ab1abb43e99721079a4883

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-02T18:43:57Z

minor updates
 .gitignore             | 1 +
 common/ssh/.ssh/config | 6 +++---
 common/zsh/.zshrc      | 1 +
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index a872b4b..b2bfed9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ common/gnupg/.gnupg/S.gpg-agent.ssh
 common/gnupg/.gnupg/pubring.kbx
 common/gnupg/.gnupg/S.gpg-agent.browser
 common/gnupg/.gnupg/S.scdaemon
+linux/nginx/etc/nginx/GeoLite2-City.mmdb
diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config
index 6929e57..ccdf8a0 100644
--- a/common/ssh/.ssh/config
+++ b/common/ssh/.ssh/config
@@ -7,9 +7,9 @@ Host hutch
   HostName 159.203.91.165
   Port 22
 Host *
-  AddKeysToAgent yes
-  UseKeychain yes
-  IdentityFile ~/.ssh/id_ed25519
+  #AddKeysToAgent yes
+  #UseKeychain yes
+  #IdentityFile ~/.ssh/id_ed25519
   #ControlMaster auto
   #ControlPath ~/.ssh/master-%r@%h:%p
   #ControlPersist 300
diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc
index be5b346..4b2b11f 100644
--- a/common/zsh/.zshrc
+++ b/common/zsh/.zshrc
@@ -177,3 +177,4 @@ alias claude-mem='/Users/cmc/.bun/bin/bun "/Users/cmc/.claude/plugins/marketplac
 
 # openssl
 export PATH="${HOMEBREW_PREFIX}/opt/openssl/bin:$PATH"
+export PATH="$HOME/.local/bin:$PATH"