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
+2
View File
@@ -8,4 +8,6 @@ echo " Note: prefix + I for tmux setup"
mkdir -p ~/tmux
rsync --recursive $(dirname "$0")/tmux/tmux.conf ~/.config/tmux/tmux.conf
rsync $(dirname "$0")/.zshrc ~/.zshrc
echo "Syncing complete!"