diff --git a/.zlogin b/.zlogin index e69de29b..5d3f959d 100755 --- a/.zlogin +++ b/.zlogin @@ -0,0 +1,9 @@ +HIDRIVE=/mnt/hidrive +HIDRIVE_VALKNAR="$HIDRIVE/users/valknar" + +mount "$HIDRIVE" 2>/dev/null + +ln -s "$HIDRIVE_VALKNAR/Documents" "$HOME/Documents" 2>/dev/null +ln -s "$HIDRIVE_VALKNAR/Pictures" "$HOME/Pictures" 2>/dev/null +ln -s "$HIDRIVE_VALKNAR/Videos" "$HOME/Videos" 2>/dev/null +ln -s "$HIDRIVE_VALKNAR/Music" "$HOME/Music" 2>/dev/null diff --git a/.zprofile b/.zprofile index 139597f9..e69de29b 100755 --- a/.zprofile +++ b/.zprofile @@ -1,2 +0,0 @@ - - diff --git a/CLAUDE.md b/CLAUDE.md index d74e924c..2b60f6f7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -68,6 +68,7 @@ The `.gitignore` uses an inverted pattern (ignore everything, then selectively a - **Shell**: Zsh with Oh-My-Zsh framework - **Theme**: Powerlevel10k (`.p10k.zsh`) - **Plugins**: git, pm2, gh, docker, language-specific plugins, zsh-autosuggestions, zsh-syntax-highlighting +- **Login Configuration**: `.zlogin` mounts HiDrive storage and creates symbolic links for Documents, Pictures, Videos, and Music directories from `/mnt/hidrive/users/valknar/` to `$HOME/` ## Common Commands