aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gpg: add pinentry and gpg2-x11 shim scripts for zsh & gpg integrationAaron LI2018-02-202-0/+52
| | | | Credit: https://blog.mrloop.com/workflow/2017/02/09/pin-entry.html
* zsh/gpg: ignore agent error in preexec hookAaron LI2018-02-051-3/+2
| | | | | | | | | For a NFS-shared-home cluster, once login to a node and start the gpg-agnet, then the original gpg-agent on the master will quit, which causes the annoying agent connection error. Simply ignore the error and do not try to launch the agent, which is of little use for the above cases.
* tmux: tweak window status stylesAaron LI2018-02-041-2/+4
|
* zsh/gpg: check the existence of pinentry-program then set itAaron LI2018-02-031-3/+6
|
* zsh: add alias rm=safe-rm and two more git-related aliasesAaron LI2018-02-031-0/+5
|
* profile, xbindkeysrc: cleanup a bitAaron LI2018-02-032-5/+6
|
* freebsd: move nexrc out, and delete login_conf & mpdconfAaron LI2018-02-033-507/+0
|
* compton: move config to config/compton.conf with cleanupsAaron LI2018-02-031-83/+94
|
* Cleanup README and update copyright yearAaron LI2018-02-032-34/+4
|
* Xresources: remove Xcursor settingsAaron LI2018-02-021-9/+1
|
* Xresources: do not set XScreenSaver preferencesAaron LI2018-02-021-24/+2
|
* profile: always set sbin-directories for PATHAaron LI2018-02-021-10/+4
|
* profile: add two env vars for password-storeAaron LI2018-02-021-0/+4
|
* tmux: tweak status line style a bitAaron LI2018-02-021-1/+1
|
* zsh: disable terminal start/stop flow controlAaron LI2018-02-021-0/+13
|
* zsh: rule() allow to specify the charAaron LI2018-01-221-1/+1
|
* zsh: improve gpg-agent startup and support restartAaron LI2018-01-132-1/+9
|
* spacemacs: add c++ hook and some small tweaksAaron LI2018-01-131-6/+12
|
* zsh: improve ssh-agent support by gpg-agentAaron LI2018-01-131-1/+32
|
* zsh: launch gpg-agent only on non-ssh loginsAaron LI2018-01-132-7/+8
|
* zsh: kill gpg-agent on logoutAaron LI2018-01-131-1/+2
|
* Update autistici smtp/imapAaron LI2018-01-132-2/+2
|
* zsh/prompt: explain more about gitpwd()Aaron LI2017-11-291-1/+4
|
* tmux.conf: Tweak style/format a bitAaron LI2017-11-251-6/+12
|
* gitconfig: Show traling whitespace; show tab at 8 stopsAaron LI2017-11-211-0/+9
|
* tmux: Increase scrollback history to 10000 linesAaron LI2017-11-211-1/+1
|
* tcsh: Remove tcsh/ and tcshrc.local; cleanup tcshrc, add new keybindingsAaron LI2017-10-308-1467/+11
|
* spacemacs/mu4e: Rewrite key bindings for evil modeAaron LI2017-10-231-42/+69
|
* gpg/agent: Set a much longer timeout limitsAaron LI2017-10-201-7/+7
|
* spacemacs/mu4e: tweak bookmarks and citation styleAaron LI2017-10-201-7/+7
|
* spacemacs: Load `my-crypt'Aaron LI2017-10-201-0/+2
|
* spacemacs: Add my-crypt.el (with DefaultEncrypt package)Aaron LI2017-10-202-0/+466
| | | | | jl-encrypt.el: Default Encrypt: https://www.emacswiki.org/emacs/DefaultEncrypt
* zsh: flush gpg-agent passphrases on logoutAaron LI2017-10-201-2/+9
|
* zsh: add 80-gpg.zsh to setup gpg, also fix TTY problem for ssh-supportAaron LI2017-10-203-10/+40
|
* zsh: Move LS_COLORS set from profile to zsh/90-exports.zshAaron LI2017-10-203-12/+13
|
* spacemacs: Force install 'evil-leader' packageAaron LI2017-10-151-1/+5
| | | | | XXX: for unknown reason, spacemacs suddenly regard 'evil-leader' package as an orphan and delete it on startup!
* mbsync: Update "webmaster@aaronly.me" to "postmaster@aaronly.me"Aaron LI2017-10-151-30/+30
|
* Add _xsessionrc to source ~/.profile for display managersAaron LI2017-09-212-4/+36
| | | | Also tweak _profile a bit.
* Update and cleanup README.mdAaron LI2017-09-141-15/+9
|
* profile: Fix typoAaron LI2017-09-141-1/+1
|
* Remove _Xmodmap; use "setxkbmap" insteadAaron LI2017-09-141-19/+0
|
* zsh: Update tmux aliasesAaron LI2017-09-042-6/+9
|
* tmux.conf: More tweaks ...Aaron LI2017-09-041-11/+11
|
* tmux.conf: Tweak window creationAaron LI2017-09-041-1/+4
|
* tmux.conf: replace "%if" with "if-shell"; fix two mistakesAaron LI2017-09-041-6/+4
|
* tmux.conf: disable auto lockAaron LI2017-09-041-1/+1
|
* tmux.conf: Change TERM from tmux-256color to screen-256colorAaron LI2017-09-031-2/+4
|
* tmux.conf: Fix utf8 optionsAaron LI2017-09-031-4/+0
|
* Rewrite Tmux configuration; avoid plugins (e.g., tpm)Aaron LI2017-09-033-148/+227
|
* Add _gitmessage and update _gitconfigAaron LI2017-08-142-0/+37
| | | | Credit: https://gist.github.com/adeekshith/cd4c95a064977cdc6c50