Added Strava related stuff

pull/1544/head
Jim Whimpey 2016-07-18 18:49:49 -07:00
parent 7e186ca9e1
commit 6c9af9c65c
3 changed files with 2782 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
*/enabled/*
.DS_Store
custom/*
!custom/example.bash
.rvmrc
aliases/custom.aliases.bash

File diff suppressed because it is too large Load Diff

5
custom/jim.bash 100644
View File

@ -0,0 +1,5 @@
# Ennvironment variables just just for me
export STRAVA_WRITE_AUTH_TOKEN="4b812f0e2c83bc9a823cd034507e79dada09d93a"
# Aliases for shit
alias commute="node ~/Sites/commute-button/index.js"