List installed package list
pacman -Qqen > pkglist.txt
Clean up pkglist.txt
Remove package and all dependencies
// | |
// _oo0oo_ | |
// o8888888o | |
// 88" . "88 | |
// (| -_- |) | |
// 0\ = /0 | |
// ___/`---'\___ | |
// .' \\| |// '. | |
// / \\||| : |||// \ | |
// / _||||| -:- |||||- \ |
#!/bin/sh | |
# Script for managing build and version numbers using git and agvtool. | |
# Change log: | |
# v1.0 18-Jul-11 First public release. | |
# v1.1 29-Sep-12 Launch git, agvtool via xcrun. | |
version() { |
List installed package list
pacman -Qqen > pkglist.txt
Clean up pkglist.txt
Remove package and all dependencies
#!/usr/bin/env sh | |
git remote add jerry [email protected]:668Jerry/1129ios.git | |
git remote update | |
git checkout -b jerry-master jerry/master |
_oo0oo_ | |
o8888888o | |
88" . "88 | |
(| -_- |) | |
0\ = /0 | |
___/`---'\___ | |
.' \\| |# '. | |
/ \\||| : |||# \ | |
/ _||||| -:- |||||- \ |
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.
The stack:
[ -z $1 ] && exit 1 | |
pod search $1 | grep pod | sed 's/^ *//' |
#!/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 |
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 |
I move this file to my emacs.d, you can find it init-calendar.