Cleanup

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-05-05 20:47:58 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-05-05 20:47:58 +0200
Commit e3bf543bccc9bdbefe35b7e9e61d466bc2209fd1 (patch)
-rwxr-xr-x shenanigans.sh 1
1 files changed, 0 insertions, 1 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
...
82
	cp /home/$USER/.bash_history_infinite bash_history_infinite
82
	cp /home/$USER/.bash_history_infinite bash_history_infinite
83
	cp /home/$USER/.smbcredentials smbcredentials
83
	cp /home/$USER/.smbcredentials smbcredentials
84
	cp /home/$USER/.gitconfig gitconfig
84
	cp /home/$USER/.gitconfig gitconfig
85
  
  
86
	cp /home/$USER/.vimrc vimrc
85
	cp /home/$USER/.vimrc vimrc
87
	cp /home/$USER/.tmux.conf tmux.conf
86
	cp /home/$USER/.tmux.conf tmux.conf
88
	cp /home/$USER/.config/helix/config.toml config.toml
87
	cp /home/$USER/.config/helix/config.toml config.toml
...