feat: split existing stuff into new atructure

This commit is contained in:
Jan-Ole Hübner 2025-04-06 19:09:40 +02:00
parent 38035a3c00
commit 29e363d419
13 changed files with 2178 additions and 0 deletions

View file

@ -0,0 +1,4 @@
DOTFILES_ACTIVE=true
DOTFILES_DIR="${HOME}/.dotfiles"
DOTFILES_GITDIR="${HOME}/.dotgit"
ZSH_FUNC_PATH="${HOME}/.zsh_functions:${DOTFILES_DIR}/.zsh_functions"