feat: re-organise files dir

This commit is contained in:
2026-02-13 14:59:25 +00:00
parent 6461654bff
commit faf3bf2dfc
13 changed files with 3 additions and 5 deletions

View File

@@ -38,9 +38,7 @@ rm -f "$HOME/.ssh/config"
mkdir -p "$HOME/.config"
mkdir -p "$HOME/.ssh"
stow --dir="$root_dir/files" --target="$HOME" home
stow --dir="$root_dir/files" --target="$HOME/.config" dot-config
stow --dir="$root_dir/files" --target="$HOME/.ssh" dot-ssh
stow --dir="$root_dir" --target="$HOME" home
# Bust PATH cache to force regeneration with new profile
rm -f "${XDG_CACHE_HOME:-$HOME/.cache}/dots/path"