Add a script to copy torrent files

This commit is contained in:
Jonny Barnes 2025-03-16 16:13:47 +00:00
parent a3e8d9d424
commit 761378d9b8
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 24 additions and 0 deletions

View file

@ -48,6 +48,9 @@ ln -s $BASEDIR/neovim $HOME/.config/nvim
echo "For compatability we chall copy the global gitconfig"
cp $BASEDIR/gitconfig $HOME/.gitconfig
# Copy the progs into the local bin dir
rsync -av --chmod=+x $BASEDIR/bin/ $HOME/.local/bin/
# Source zshrc
echo "And finally, source the .zshrc"
source $HOME/.zshrc