Commit Graph

373 Commits

Author SHA1 Message Date
yan
3fd6522d56 Remove imagemagick from instructions, not needed 2012-04-15 23:52:51 -07:00
Yan Pritzker
d9b14bf903 Upgraded plugins 2012-04-14 17:01:35 -07:00
yan
4ed2488ea8 Highlighting for zsh scripts 2012-04-14 16:41:01 -07:00
yan
aca62973b5 Open NERDTree on startup 2012-04-14 16:40:57 -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
ebc1ea9cc7 Added ,cn to copy name of current file into system clipboard 2012-04-14 16:40:50 -07:00
Yan Pritzker
d2448921b5 Merge pull request #86 from Omer/master
Incorrect PATH to Google Chrome's Custom CSS.
2012-04-10 18:12:16 -07:00
yan
e77931a9f9 Added back timcharper-textile as a submodule 2012-04-10 11:56:08 -07:00
Omer Jakobinsky
83d46c1720 Incorrect PATH to Google Chrome's Custom CSS.
Missing 'User Stylesheets' folder.

On the way:
- Changed the directory location to a relative path.
- Created a symlink instead of copying the stylesheet.
2012-04-10 18:33:53 +01:00
yan
db7a845b7e Deleted timcharper-textile 2012-04-06 23:48:21 -07:00
yan
e9af91819d Upgraded plugins 2012-04-06 23:46:58 -07:00
Yan Pritzker
2635176f58 Merge pull request #85 from NilsHaldenwang/master
Adds missing ignore = dirty to .gitmodules
2012-04-06 23:44:30 -07:00
Yan Pritzker
7672bdf1c2 Merge pull request #82 from markcornick/fix_gitignore
Fix excludes file in gitconfig
2012-04-06 23:40:10 -07:00
Yan Pritzker
525d0651f4 Merge pull request #84 from kylewest/kylewest-theme
kylewest zsh theme with vi insert/command mode indicator
2012-04-06 16:13:41 -07:00
Nils Haldenwang
0b845918cc Adds missing ignore dirty. 2012-04-06 23:41:20 +02:00
Kyle West
367708f76a added screenshot of theme. 2012-04-06 14:49:33 -04:00
Kyle West
291a5dc130 added my theme. 2012-04-06 14:43:15 -04:00
Mark Cornick
4b5b1ab160 Fix excludes file in gitconfig
It was pointing to .yadr/gitignore_global, a symlink that no longer
exits. Point it to .yadr/git/gitignore instead.
2012-04-06 13:46:45 -04:00
Kyle West
408116eea2 made skwp theme safe for those without rvm. [fixes #80] 2012-04-06 12:08:01 -04: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
fbcdf9aa0c Remove unused ,zz binding interfering with ,z previous buffer 2012-04-05 10:48:44 -07:00
yan
430fb31361 Fixed refrence to :ColorToggle plugin 2012-04-05 10:27:29 -07:00
yan
c50f76952a Removed duplicate load of vimrc.after [Close #73] 2012-04-05 10:18:12 -07:00
yan
42d6bfad21 Upgraded plugins 2012-04-05 10:15:32 -07:00
yan
2bf0f5908f Change ,cf to give you the filename relative to your home dir 2012-04-05 10:03:48 -07:00
Kyle West
09812e2240 Removed duplicate sourcing of vimrc.after. The other loads later and should be kept. Fixes #73 2012-04-05 11:32:38 -03:00
Yan Pritzker
029a0f06d0 Merge pull request #72 from p7k/master
Docs typo fix
2012-04-04 23:13:56 -07:00
Pasha Katsev
2f2f1d8b64 typo fix in docs 2012-04-05 02:11:17 -04: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
2ecf17bf18 Added ',hi' to see the current highlight group 2012-04-04 02:21:19 -07:00
yan
db4557dc52 Remove VimBookmarking, not working, not used 2012-04-04 02:19:11 -07:00
yan
6d2b695496 Syntax highlighting for textile 2012-04-04 02:18:43 -07:00
yan
fdf5e69ba4 Fix overzealous wildignore causing 'blog' directory to disappear [Close #70] 2012-04-02 13:35:14 -07:00
yan
bbfa6adf38 Add change-inside-surroundings plugin [Close #68] 2012-04-02 12:03:21 -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
Yan Pritzker
82f4849d1b Merge pull request #67 from markcornick/fix-install
Fix stray backtick causing installer errors
2012-04-02 10:37:50 -07:00
Mark Cornick
ee2b40bcaa Fix stray backtick causing installer errors
There's a stray backtick in the Rakefile which causes the installer to
fail copying files. This commit removes the backtick and relocates a
right brace to make everything work properly.
2012-04-02 10:12:46 -04: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
yan
ca0d1fbf9b Replaced Extradite with gitv. Use :gitv
* For optimal functionality, remove module:
   `rm -rf .yadr/vim/bundle/int3-vim-extradite`
2012-04-01 14:47:40 -07:00
yan
2c47d14184 Added ,gcf - git grep references to current file 2012-03-29 13:40:59 -07:00
Kyle West
23e76cab12 Documentation for customizing ZSH. 2012-03-23 14:02:58 -04: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
7da956b198 Switched to skwp/vim-conque to replace rson/vim-conque for solarized support 2012-03-20 12:50:43 -07:00