1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-29 06:53:13 +00:00
config/install.sh
2019-07-11 23:56:03 +02:00

16 lines
439 B
Bash
Executable File

#!/bin/sh
rm -f $HOME/bin/transmission-add
rm -f $HOME/.local/share/applications/torrent.desktop
rm -f $HOME/.ssh/authorized_keys
mkdir -p $HOME/bin/
mkdir -p $HOME/.ssh
mkdir -p $HOME/.local/share/applications
ln -s $(pwd)/ssh/authorized_keys $HOME/.ssh/authorized_keys
ln -s $(pwd)/bin/transmission-add $HOME/bin/transmission-add
ln -s $(pwd)/local/share/applications/torrent.desktop $HOME/.local/share/applications/torrent.desktop