Added tmux config

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-03-20 13:56:29 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-03-20 13:56:29 +0100
Commit 593488a98fbaf474a6356d1fd5475ca16de76912 (patch)
-rwxr-xr-x shenanigans.sh 4
1 files changed, 2 insertions, 2 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
...
86
	cp -Rf /home/$USER/.ssh/ ./
86
	cp -Rf /home/$USER/.ssh/ ./
87
	cp -Rf /home/$USER/.aws/ ./
87
	cp -Rf /home/$USER/.aws/ ./
88
  
88
  
89
	find /home/$USER/Videos -type f -name "*.webm" -exec cp {} $VHOME/videos/ \;
89
	find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \;
90
	find /home/$USER/Pictures -type f -name "*.png" -exec cp {} $VHOME/pictures/ \;
90
	find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \;
91
  
91
  
92
	# Sync with NAS.
92
	# Sync with NAS.
93
	rsync -azv \
93
	rsync -azv \
...