Add a script to copy torrent files
This commit is contained in:
parent
a3e8d9d424
commit
761378d9b8
2 changed files with 24 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue