From 0d75ad67e49d0f0fc2a71961310fc965b01183e0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 12 Jan 2016 12:59:56 -0600 Subject: [PATCH] not using thunner --- misc/thunner/.gitignore | 1 - misc/thunner/example_thunnerrc | 6 ------ misc/thunner/link.bash | 8 -------- 3 files changed, 15 deletions(-) delete mode 100644 misc/thunner/.gitignore delete mode 100644 misc/thunner/example_thunnerrc delete mode 100755 misc/thunner/link.bash 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" -