feat: re-organise files dir
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user