cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
f1ef816d122faaa9df9fdf5e846bf31801d63a16
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-03-28T02:24:12Z
common/git/.gitconfig | 5 +++++ common/ispell/.ispell_english | 3 +++ common/ssh/.ssh/config | 5 ++++- common/zsh/.zshrc | 3 +++ 4 files changed, 15 insertions(+), 1 deletion(-) @@ -53,3 +53,8 @@ [help] # Correct typos automatically (0.5 second delay) autocorrect = 5 +[sendemail] + smtpserver = smtp.soverin.net + smtpuser = hello@cleberg.net + smtpencryption = ssl + smtpserverport = 465 @@ -40398,6 +40398,8 @@ soupy/RT sour/DGMPRSTY source/ADGMS Sourceforge/M +Sourcehut +Sourcehut's sourdough/M sourdoughs sourish @@ -48119,6 +48121,7 @@ xci xcii xciv xcix +Xcode xcvi xcvii Xe/MS @@ -5,12 +5,15 @@ Host homelab Host homelab-remote User cmc HostName 70.187.29.187 - Port 2169 + Port 58219 Host dell User cmc HostName 192.168.0.251 Port 22 Host * + AddKeysToAgent yes + UseKeychain yes + IdentityFile ~/.ssh/id_ed25519 #ControlMaster auto #ControlPath ~/.ssh/master-%r@%h:%p #ControlPersist 300 @@ -37,6 +37,8 @@ fi # ============================================================================== export PATH="$HOME/.local/xonsh-env/xbin:$PATH" +export GOPATH=$HOME/go +export PATH=$PATH:$GOPATH/bin export PATH="$BREW_PREFIX/bin:$PATH" export GPG_TTY=$(tty) @@ -94,6 +96,7 @@ alias grep="rg" alias find="fd" alias emacs="emacs -nw" alias xclean="fd -H '.DS_Store' -t f -x rm" +alias python="python3" # Git alias g='git'