Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Update and migrate zsh history file location | Alan Pearce | 2014-04-13 | -1/+2 | |
| | |||||
* | zsh: Simplify fasd compilation | Alan Pearce | 2014-04-13 | -5/+4 | |
| | |||||
* | zsh: Compile fasd and use as a function. | Alan Pearce | 2014-04-13 | -0/+11 | |
| | |||||
* | Sakura: initial configuration | Alan Pearce | 2014-04-13 | -0/+54 | |
| | |||||
* | Update and migrate fasd data file location | Alan Pearce | 2014-04-13 | -1/+3 | |
| | |||||
* | zsh: Update fasd init file location | Alan Pearce | 2014-04-13 | -1/+1 | |
| | |||||
* | zsh: Remove fasd autoload | Alan Pearce | 2014-04-13 | -1/+0 | |
| | |||||
* | zsh: Change cache directory for zcompdump | Alan Pearce | 2014-04-13 | -1/+1 | |
| | |||||
* | Fix syntax error in zsh post-up hook | Alan Pearce | 2014-04-13 | -1/+1 | |
| | |||||
* | rcm: Exclude readme | Alan Pearce | 2014-04-12 | -1/+1 | |
| | |||||
* | Add readme | Alan Pearce | 2014-04-12 | -0/+8 | |
| | |||||
* | Add modelines for zsh files | Alan Pearce | 2014-04-12 | -0/+2 | |
| | |||||
* | zsh: Remove host configuration for prefect | Alan Pearce | 2014-04-12 | -10/+0 | |
| | |||||
* | zsh: Remove unused parts of server host config | Alan Pearce | 2014-04-12 | -15/+0 | |
| | |||||
* | rcrc: test and source rcrc.local | Alan Pearce | 2014-04-12 | -0/+1 | |
| | |||||
* | Add rcrc file for excludes | Alan Pearce | 2014-04-12 | -0/+1 | |
| | |||||
* | Rename launchagents folder | Alan Pearce | 2014-04-12 | -0/+0 | |
| | |||||
* | zsh: Use $ZDOTDIR instead of hardcoded path | Alan Pearce | 2014-04-12 | -3/+3 | |
| | |||||
* | zsh: Use (and set) XDG_CONFIG_HOME for $ZDOTDIR | Alan Pearce | 2014-04-12 | -1/+1 | |
| | |||||
* | zsh: Create dotfile links under $ZDOTDIR | Alan Pearce | 2014-04-12 | -0/+7 | |
| | | | | | For some reason, zsh expects files under $ZDOTDIR to be dotfiles, unlike many other programs. | ||||
* | zsh: Use system version of fasd | Alan Pearce | 2014-04-12 | -627/+2 | |
| | |||||
* | zsh: use .cache/zsh instead of .zsh/cache | Alan Pearce | 2014-04-12 | -4/+4 | |
| | |||||
* | Move install functionality to rcm hooks | Alan Pearce | 2014-04-12 | -88/+40 | |
| | |||||
* | Restructure everything to use rcm | Alan Pearce | 2014-04-12 | -4/+5 | |
| | | | | https://github.com/thoughtbot/rcm | ||||
* | Rename gitignore for better linking | Alan Pearce | 2014-04-12 | -1/+1 | |
| | |||||
* | Xresources: add emacs font config on Prefect | Alan Pearce | 2014-04-12 | -0/+3 | |
| | |||||
* | zsh: Remove old hosts from completion array | Alan Pearce | 2014-04-12 | -5/+0 | |
| | |||||
* | zsh: Add missing 'then' | Alan Pearce | 2014-04-10 | -0/+1 | |
| | |||||
* | Use correct switch for testing commands | Alan Pearce | 2014-04-10 | -2/+2 | |
| | |||||
* | zsh: Fix typo in previous commit | Alan Pearce | 2014-04-10 | -1/+1 | |
| | |||||
* | zsh: Only run direnv when installed | Alan Pearce | 2014-04-10 | -1/+3 | |
| | |||||
* | Install: simplify launchagent installation | Alan Pearce | 2014-04-10 | -5/+4 | |
| | |||||
* | Install: clone repository before linking | Alan Pearce | 2014-04-10 | -4/+4 | |
| | |||||
* | Install: clone to target directory | Alan Pearce | 2014-04-10 | -1/+1 | |
| | |||||
* | Installer: switch URL to github | Alan Pearce | 2014-04-10 | -1/+1 | |
| | |||||
* | Installer: fix emacs detection | Alan Pearce | 2014-04-10 | -1/+1 | |
| | |||||
* | Emacs: add fancy-narrow function | Alan Pearce | 2014-04-10 | -0/+3 | |
| | |||||
* | Emacs: remove Windows line endings | Alan Pearce | 2014-04-10 | -47/+47 | |
| | |||||
* | Emacs: add narrow-to-function-indirect function | Alan Pearce | 2014-04-10 | -0/+10 | |
| | |||||
* | Emacs: remove PHP manual URL assignment | Alan Pearce | 2014-04-10 | -2/+0 | |
| | |||||
* | Emacs: use custom style for PHP indentation | Alan Pearce | 2014-04-10 | -1/+21 | |
| | |||||
* | zsh: Remove reference to home folder | Alan Pearce | 2014-04-10 | -1/+1 | |
| | |||||
* | Improve keybindings for magic buffer switching | Alan Pearce | 2014-04-08 | -1/+2 | |
| | |||||
* | Emacs: create DWIM function for switching buffers | Alan Pearce | 2014-04-08 | -2/+9 | |
| | | | | Uses projectile inside a project and ido outside. Bound to C-c b | ||||
* | Zsh: remove hardcoded references to user alan | Alan Pearce | 2014-04-02 | -2/+2 | |
| | |||||
* | Emacs: Replace buggy eldoc-php with php-extras | Alan Pearce | 2014-04-01 | -52/+2 | |
| | |||||
* | Merge branch 'master' of git://github.com/alanpearce/dotfiles | Alan Pearce | 2014-04-01 | -36/+16 | |
|\ | | | | | | | | | Conflicts: install | ||||
| * | Switch default push tracking mode to current | Alan Pearce | 2014-04-01 | -1/+1 | |
| | | |||||
| * | Add envrc files to global gitignore | Alan Pearce | 2014-03-24 | -0/+2 | |
| | | |||||
| * | Add direnv | Alan Pearce | 2014-03-24 | -0/+3 | |
| | |