Skip to content

Instantly share code, notes, and snippets.

View UnderGreen's full-sized avatar

Sergei Antipov UnderGreen

  • Salesforce.com
  • Toronto, ON
View GitHub Profile
### Keybase proof
I hereby claim:
* I am undergreen on github.
* I am undergreen (https://keybase.io/undergreen) on keybase.
* I have a public key ASBJnBB7tJqJqAzuCWbycDK0UmLqD9CeCyxZaJEhRtzBuQo
To claim this, I am signing this object:
@UnderGreen
UnderGreen / tele.bash.inc
Last active August 13, 2019 16:08
tele bash completion
__tele_previous_extglob_setting=$(shopt -p extglob)
shopt -s extglob
__tele_complete_apps() {
if [ -z "$tele_apps_info_fetched" ]; then
tele_apps=$(tele get app 2>/dev/null | awk 'NR>2 {print $1":"$2}')
tele_apps_info_fetched=true
fi
COMPREPLY=( $(compgen -W "$tele_apps" -- "$cur") )

Keybase proof

I hereby claim:

  • I am undergreen on github.
  • I am undergreen (https://keybase.io/undergreen) on keybase.
  • I have a public key ASD_lAV-wV94y4QH3XuWkN9rHzl1VZMHtqRTyt1PkAdvgwo

To claim this, I am signing this object:

@UnderGreen
UnderGreen / installation.rst
Last active October 29, 2020 12:52 — forked from marcinkuzminski/installation.rst
Installation instruction for Kallithea

Setting up Kallithea on Ubuntu Server 12.04

Preparation

  1. Install Ubuntu Server.
  2. Update Ubuntu with the commands: