not using thunner
This commit is contained in:
parent
642c009520
commit
0d75ad67e4
1
misc/thunner/.gitignore
vendored
1
misc/thunner/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
thunnerrc
|
|
|
@ -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
|
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
Reference in a new issue