Updated dotfiles-zsh

Added random quote lines directly to .zshrc, updated README, commented create-links and removed separate quote script
This commit is contained in:
2025-04-07 18:56:44 -04:00
parent dd6646cf40
commit a192f828af
4 changed files with 23 additions and 43 deletions

View File

@@ -19,5 +19,6 @@
[[ -L $HOME/.zshrc ]] && unlink $HOME/.zshrc
[[ -L $HOME/.fzf.zsh ]] && unlink $HOME/.fzf.zsh
# Create symlinks to files in repository
ln -s $PWD/.zshrc $HOME/.zshrc
ln -s $PWD/.fzf.zsh $HOME/.fzf.zsh