cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
fbd2faa806750596bb44dd7f4e1688493c651e82
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-05-27T04:07:21Z
common/doom/.config/doom/packages.el | 1 + common/zsh/.zshrc | 1 + 2 files changed, 2 insertions(+) @@ -3,3 +3,4 @@ (package! htmlize) (package! weblorg) +(package! olivetti) @@ -118,6 +118,7 @@ alias emacs="emacs -nw" alias xclean="fd -H '.DS_Store' -t f -x rm" alias python="python3" alias docker-update='for d in ~/docker/*/; do (cd "$d" && sudo docker compose pull && sudo docker compose up -d); done' +alias doom="~/.config/emacs/bin/doom" # Git alias g='git'