Skip to content

Commit

Permalink
refactor: rename zshrc and zprofile to zshrc.zsh and zprofile.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
pandanoir committed Feb 5, 2025
1 parent f78dde9 commit a4cf904
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ deploy() {
done

# zsh
for file in `ls -1 "$DOTDIR/zsh/" | grep '.zsh$'`; do
for file in `ls -1 "$DOTDIR/zsh/" | grep '.zsh$' | grep -v 'zshrc' | grep -v 'zprofile'`; do
symlink "zsh/$file" "$ZDOTDIR/$file"
done
symlink zsh/zshrc "$ZDOTDIR/.zshrc"
symlink zsh/zprofile "$ZDOTDIR/.zprofile"
symlink zsh/zshenv "$HOME/.zshenv"
symlink zsh/zshrc.zsh "$ZDOTDIR/.zshrc"
symlink zsh/zprofile.zsh "$ZDOTDIR/.zprofile"
symlink zsh/zshenv "$HOME/.zshenv"

# zellij
symlink zellij "$XDG_CONFIG_HOME/zellij"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a4cf904

Please sign in to comment.