cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
6f80b556512e81d689f797efafe4c5fc89ebe774
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-02-18T01:36:44Z
common/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -79,7 +79,7 @@ alias mkdir="mkdir -p" alias grep="ripgrep" alias find="fd" alias emacs="emacs -nw" -alias xclean="find . -name '.DS_Store' -type f -delete" +alias xclean="fd -H '.DS_Store' -t f -x rm" # Git alias g='git'