Skip to content

Instantly share code, notes, and snippets.

View Superbil's full-sized avatar
:shipit:
Working in Cloud

Superbil Superbil

:shipit:
Working in Cloud
View GitHub Profile
@Superbil
Superbil / PKGBUILD
Created April 1, 2015 16:36
telegram cli git for AUR
# Maintainer: Tom Richards <[email protected]>
# Contributor: Andy Weidenbaum <[email protected]>
pkgname=telegram-cli-git
pkgver=r754.01f5d9a
pkgrel=1
pkgdesc="Telegram messenger CLI"
arch=('any')
url="https://github.com/vysheng/tg"
license=('GPL2')
#!/usr/bin/env bash
if [ -z $1 ]; then
echo "Usage $0 <repo_path>"
exit 1
fi
clean_repo=$(echo $1 | sed "s/^\(.*\)trunk\/*/\1/")
repo_name=$(echo $1 | sed "s/^http\:\/\/\(.*\).google.*/\1/")
@Superbil
Superbil / _How_to_fix_docker_run_on_archlinux.md
Last active August 29, 2015 14:16
This is hotfix to run docker on archlinux
@Superbil
Superbil / Run_Emacs_With_Debugger.applescript
Last active August 29, 2015 14:14
Run Emacs With Debugger from homebrew
try
do shell script "open -a `/usr/local/bin/brew --prefix emacs`/Emacs.app --args --debug-init"
on error errMsg
display dialog "homebrew or emacs not installed"
end try
#!/usr/bin/env bash
# setup your master key
PGP_KEY=0xAAAAAAA
# GPG backup path
pgp_backup=/backup_path/folder
# Check $pgp_backup folder is exist
[ ! -d $pgp_backup ] && exit 1
[ -z $1 ] && exit 1
pod search $1 | grep pod | sed 's/^ *//'

Manage your gmail account in emacs with mu4e

There're a lot of combinations to manage your email with emacs, but this works for me. I've a backup and I can manage my daily email.

Also see

The stack:

  • emacs
  • offlineimap
@Superbil
Superbil / ascii_buddha_bless
Last active September 14, 2023 15:46 — forked from racklin/index.js
Buddha bless, never BUG
_oo0oo_
o8888888o
88" . "88
(| -_- |)
0\ = /0
___/`---'\___
.' \\| |# '.
/ \\||| : |||# \
/ _||||| -:- |||||- \
@Superbil
Superbil / update.sh
Last active August 29, 2015 14:09
Update to last jerry
#!/usr/bin/env sh
git remote add jerry [email protected]:668Jerry/1129ios.git
git remote update
git checkout -b jerry-master jerry/master