Added zshrc to dotfiles

This commit is contained in:
Trianta
2024-03-26 02:18:38 -05:00
parent 965f5d8903
commit 7fb864f1ba
3 changed files with 85 additions and 0 deletions
+3
View File
@@ -6,4 +6,7 @@ rsync --delete --recursive ~/.config/nvim $(dirname "$0")
echo "Syncing dotfiles with tmux..."
rsync ~/.config/tmux/tmux.conf $(dirname "$0")/tmux/tmux.conf
echo "Syncing dotfiles with zshrc..."
rsync ~/.zshrc $(dirname "$0")/.zshrc
echo "Syncing complete!"