From d40643e75f62a1ef8869d2e9f5ba3fccbafb301e Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 11 May 2017 21:21:36 +0200 Subject: [PATCH 1/3] - Added tiny-care-terminal config --- zshrc | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 0dfa600..d02ae68 100644 --- a/zshrc +++ b/zshrc @@ -80,4 +80,34 @@ zstyle ':completion:*:hosts' hosts $_ssh_config if [ -z "$SSH_AUTH_SOCK" ] ; then eval `ssh-agent -s` ssh-add ~/.ssh/id_rsa -fi \ No newline at end of file +fi + +# List of accounts to read the last tweet from, comma separated +# The first in the list is read by the party parrot. +export TTC_BOTS='tinycarebot,selfcare_bot,magicrealismbot' + +# Use this to have a different animal say a message in the big box. +export TTC_SAY_BOX="parrot" + +# List of folders to look into for `git` commits, comma separated. +export TTC_REPOS='~/WebstormProjects/dbroqua' + +# The max directory-depth to look for git repositories in +# the directories defined with `TTC_REPOS`. Note that the deeper +# the directory depth, the slower the results will be fetched. +export TTC_REPOS_DEPTH=2 + +# Location/zip code to check the weather for. Both 90210 and "San Francisco, CA" +# _should_ be ok (the zip code doesn't always work -- use a location +# first, if you can). It's using weather.service.msn.com behind the curtains. +export TTC_WEATHER='Bordeaux' + +# Set to false if you're an imperial savage. <3 +export TTC_CELSIUS=true + +# Unset this if you _don't_ want to use Twitter keys and want to +# use web scraping instead. +export TTC_APIKEYS=true + +# Refresh the dashboard every 20 minutes. +export TTC_UPDATE_INTERVAL=5 From cadb091d5512c53e97c74ab9a2acfdec81984d2d Mon Sep 17 00:00:00 2001 From: dbroqua Date: Mon, 29 May 2017 22:55:37 +0200 Subject: [PATCH 2/3] - Fixed bug in zshrc --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index b53eca3..ee75359 100644 --- a/zshrc +++ b/zshrc @@ -80,7 +80,6 @@ zstyle ':completion:*:hosts' hosts $_ssh_config if [ -z "$SSH_AUTH_SOCK" ] ; then eval `ssh-agent -s` ssh-add ~/.ssh/id_rsa -==== BASE ==== fi # List of accounts to read the last tweet from, comma separated From 8dd2791083892e73f6c9b164485d5d60d72d9daa Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sun, 11 Jun 2017 21:43:33 +0200 Subject: [PATCH 3/3] - Added dfc in zshrc --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index ee75359..e5235e4 100644 --- a/zshrc +++ b/zshrc @@ -72,6 +72,7 @@ alias bat_details="upower -i /org/freedesktop/UPower/devices/battery_BAT0" screenfetch fortune fr/bd +dfc -dTw zstyle -s ':completion:*:hosts' hosts _ssh_config [[ -r ~/.ssh/config ]] && _ssh_config+=($(cat ~/.ssh/config | sed -ne 's/Host[=\t ]//p')) @@ -113,3 +114,5 @@ export TTC_APIKEYS=true export TTC_UPDATE_INTERVAL=5 rivalcfg --color=#509ADB -e steady + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh