yan
cfe89df184
Added editrc/inputrc for vimification of mysql/irb command line tools
2012-05-18 14:08:46 -07:00
yan
b1dfcb1901
Added ctrl-a and ctrl-e end and beginning of line bindings [ Close #94 ]
2012-04-24 16:32:04 -07:00
yan
ca01730f81
Support for @sorin-ionescu rewrite of oh-my-zsh
...
Sorin's OMZ rewrite is a bit nicer, as it's written in more
native style ZSH, doesn't do auto updates, and incorporates
many bugfixes, and is more actively maintained than Robby's branch.
For now, YADR supports both, so if you want to try out the sorin
branch, go to sorin-ionescu/oh-my-zsh, install it, and rerun
the YADR installer so that the skwp theme is installed for you.
If you want to have them side by side for comparison, rename the
old robby one to ~/.oh-my-zsh.robby or similar, so you can toggle
back and forth through renames, or symlinks.
2012-04-23 10:32:47 -07:00
yan
bfae8fcd11
Moved rvm configuration to separate zsh snippet to keep zshrc clean
2012-04-23 10:32:36 -07:00
yan
fa1aa24105
Renamed grc alias to not conflict with grc colorization tool
2012-04-20 10:15:08 -07:00
yan
4d46b1c9e9
Add zsh syntax highlighting
2012-04-19 18:26:30 -07:00
yan
2ad786a41b
Added Ctrl-x,Ctrl-l to zsh to insert output of last command
2012-04-19 17:55:41 -07:00
yan
700187e622
Remove extra zsh plugins. [ Close #78 ]
...
Use .yadr/custom/zsh/before if you want your own list of plugins.
2012-04-14 16:40:54 -07:00
yan
b292a7a33f
Load zsh customizations from custom/zsh/before/* and custom/zsh/after/* instead of filename globbing [ Close #79 ]
...
* File pattern globbing was too brittle. If you had plugins incorrectly
named, or had only a before or after directory, things would break in
nonobvious ways.
2012-04-05 11:49:43 -07:00
yan
169b24ca43
Fix link to zsh/aliases broken by previous
2012-04-04 22:56:51 -07:00
yan
80763d53a9
Merge remote-tracking branch 'kylewest/symlinks'
...
* kylewest/symlinks:
Removed symlinks.
2012-04-04 22:54:57 -07:00
yan
fd17b61020
Fix path to yadr bins [ Close #69 ]
2012-04-02 11:46:37 -07:00
yan
54fa2f23d0
Ensure path loads first
2012-04-02 10:46:02 -07:00
yan
1299fce10c
Added yadr bin path
2012-04-02 10:42:04 -07:00
Kyle West
50c2e5e140
Removed symlinks.
2012-04-02 09:07:23 -04:00
Kyle West
4c41b17591
Ability to customize zsh in ~/.yadr/custom/zsh folder
...
* Split zsh config into snippets in zsh/ folder, similar to vim
* Feature implementation by @kylewest
* kylewest/zsh:
Documentation for customizing ZSH.
Only init fasd if it is installed.
Removed brew and github plugins.
updated .gitignore for new zsh paths.
simplifying paths for zsh customization.
added zsh aliases. Moved other files but left symlinks for backwards compatibility.
automatically load RVM or rbenv.
updated .gitignore
adding sample zsh configs.
added directories and code for custom zsh configuration.
2012-04-01 19:26:06 -07:00
Kyle West
b0c0e26bc2
merged upstream/master.
2012-03-23 13:28:43 -04:00
Kyle West
1aa9e5b875
Only init fasd if it is installed.
2012-03-22 16:15:42 -04:00
yan
611046e3d7
Added zsh skwp.theme to installer, so we don't rely on my zsh fork anymore
2012-03-22 12:53:25 -07:00
Kyle West
f2529aca6e
merge master branch.
2012-03-21 15:33:34 -04:00
yan
9d700e3df0
Added fasd for quick filesystem navigation
2012-03-18 21:15:37 -07:00
Taybin Rutkin
3a0a8c8777
turn on the amazing zmv
...
- alias it to use 'noglob zmv -W', so that you can do stuff like
zmv foo.* bar.*
to rename all foo files to bar files without annoying quoting.
http://grml.org/zsh/zsh-lovers.html#_zmv_examples_require_autoload_zmv
2012-03-12 23:29:02 -04:00
Ellis Berner
ebfe8123aa
Substring search
2012-03-12 14:15:16 -07:00
yan
a868be3176
Better colors for manpage search as suggested by @irrationalfab
2012-03-07 09:02:21 -08:00
Fabio
c99cc0b354
Less Colors for Man Pages
2012-03-06 11:57:33 +01:00
Kyle West
c9df74c644
merge master
2012-03-01 16:40:43 -05:00
Kyle West
435776f272
Removed brew and github plugins.
...
ZSH was becoming slow. Research suggested these plugins were to blame.
http://superuser.com/questions/236953/zsh-starts-incredibly-slowly
2012-03-01 16:19:34 -05:00
Yan Pritzker
870439f3b7
Merge pull request #25 from winmillwill/master
...
Persistent Undo for CLI vim. MacVim is now required to come from brew.
2012-02-28 00:53:37 -08:00
Ellis Berner
51979c6097
Add homebrew path
2012-02-24 13:30:44 -08:00
Will Milton
59f10e5e88
persistent undo for cli vim.
...
Also had to create the backups directory, not sure where to do that.
2012-02-22 20:02:05 -06:00
Yan Pritzker
56f649e939
Do not try to source the .secrets file if there is none
...
(cherry picked from commit 0002a86a3f4cf5db8c7a623189cd08f8816dfa9d)
2012-02-04 21:13:19 -08:00
Kyle West
f6549f64f8
simplifying paths for zsh customization.
2012-01-31 12:21:57 -05:00
Kyle West
228d89ec38
added zsh aliases. Moved other files but left symlinks for backwards compatibility.
2012-01-30 23:46:41 -05:00
Kyle West
f8adde9e05
automatically load RVM or rbenv.
2012-01-30 23:39:20 -05:00
Kyle West
c3e48bbacb
added directories and code for custom zsh configuration.
2012-01-30 23:20:38 -05:00
Kyle West
42104de0aa
YADR can be installed to any directory and everything still works
2012-01-25 02:04:37 -05:00
yan
2c1c8392e7
Added gt 'git tag' alias
2011-12-21 09:27:26 -08:00
yan
dd72e79ac3
Added example oh-my-zsh zshrc and instructions
2011-12-18 13:26:04 -08:00
yan
13010de156
Added gplr git pull --rebase alias
2011-12-17 00:45:45 -08:00
yan
8d0354ab29
Added yadr init-plugins command, and README
2011-12-07 23:27:41 -08:00
yan
acb81bb874
Adding 'yadr' command for managing plugins (wip)
2011-12-07 20:34:25 -08:00
yan
f82daf5aec
Dir structure cleanup
2011-12-07 02:48:00 -08:00