cmc/dotfiles

Using GNU Stow to manage my dotfiles.

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

dccd222cbc20de4666ea51f87c3f9045a55f5ed9

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-04-12T01:34:36Z

add claude to gitignore
 common/git/.gitignore_global  | 1 +
 common/ispell/.ispell_english | 2 ++
 common/ssh/.ssh/config        | 4 ++--
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/common/git/.gitignore_global b/common/git/.gitignore_global
index 943e54b..30fafcd 100644
--- a/common/git/.gitignore_global
+++ b/common/git/.gitignore_global
@@ -21,6 +21,7 @@
 *~
 .vscode/
 .idea/
+.claude/
 
 # Common logs
 *.log
diff --git a/common/ispell/.ispell_english b/common/ispell/.ispell_english
index 6e54d32..b2c85b0 100644
--- a/common/ispell/.ispell_english
+++ b/common/ispell/.ispell_english
@@ -11670,6 +11670,7 @@ Detroit/M
 deuce/MS
 deuterium/M
 Deuteronomy/M
+dev
 Devanagari/M
 devastate/DGNS
 devastating/Y
@@ -24373,6 +24374,7 @@ lecturer/M
 lectureship/MS
 LED/M
 Leda/M
+lede
 Lederberg/M
 ledge/MRSZ
 ledger/M
diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config
index 1d58b8c..2300f0d 100644
--- a/common/ssh/.ssh/config
+++ b/common/ssh/.ssh/config
@@ -6,9 +6,9 @@ Host homelab-remote
   User cmc
   HostName 70.187.29.187
   Port 58219
-Host dell
+Host hutch
   User cmc
-  HostName 192.168.0.251
+  HostName 159.203.91.165
   Port 22
 Host *
   #AddKeysToAgent yes