diff --git a/misc/thunner/.gitignore b/misc/thunner/.gitignore deleted file mode 100644 index ef888f6..0000000 --- a/misc/thunner/.gitignore +++ /dev/null @@ -1 +0,0 @@ -thunnerrc diff --git a/misc/thunner/example_thunnerrc b/misc/thunner/example_thunnerrc deleted file mode 100644 index 8bc056e..0000000 --- a/misc/thunner/example_thunnerrc +++ /dev/null @@ -1,6 +0,0 @@ -email your@gmail.account -pass app_specific_password -color mycolor blue default -assign mycolor header-text -mobile-id your_android_device_id - diff --git a/misc/thunner/link.bash b/misc/thunner/link.bash deleted file mode 100755 index 566c06c..0000000 --- a/misc/thunner/link.bash +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )/../.." && pwd) -source "$DIR/variables.bash" - -rm -f "$HOME/.thunnerrc" -ln -s "$DOTFILES_PATH/misc/thunner/thunnerrc" "$HOME/.thunnerrc" -