Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Some miscelleneous changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Miller committed Dec 5, 2012
1 parent 2db0142 commit 4e31e29
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ order anyway:
* Homebrew
* Install `macvim`
* Install `autoenv`
* Install `rbenv` and `ruby-build`
* Install `rbenv`, `rbenv-bundler`, and `ruby-build`
* If still behind that freakin annoying work firewall, install
`corkscrew`
* Set default shell to ZSH
Expand Down Expand Up @@ -92,5 +92,8 @@ and then set that folder or URL to:
Obviously you'll want to mangle that based on the local username. Reload
iTerm2, and everything should be exactly as it should be. Fun, no?

If the theme doesn't come on over, try installing [Liquid Carbon][lq].

[skwp-dotfiles]: https://github.com/skwp/dotfiles
[holman-dotfiles]: https://github.com/holman/dotfiles
[lq]: https://github.com/markcho/iTerm2_LiquidCarbon
6 changes: 6 additions & 0 deletions git/gitconfig.symlink
Expand Up @@ -8,3 +8,9 @@
excludesfile = /Users/cmiller/.gitignore_global
[push]
default = tracking
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
5 changes: 3 additions & 2 deletions vim/vimrc.symlink
Expand Up @@ -106,12 +106,13 @@
Bundle 'pangloss/vim-javascript'
Bundle 'briancollins/vim-jst'
Bundle 'kchmck/vim-coffee-script'
Bundle 'ap/vim-css-color'
Bundle 'hail2u/vim-css3-syntax'
" }

" HTML, CSS, SASS, & friends {
Bundle 'amirh/HTML-AutoCloseTag'
Bundle 'ChrisYip/Better-CSS-Syntax-for-Vim'
Bundle 'ap/vim-css-color'
Bundle 'tpope/vim-haml'
Bundle 'cakebaker/scss-syntax.vim'
" }
Expand Down Expand Up @@ -255,7 +256,7 @@
scriptencoding utf-8

" slightly less annoying command failures
set shortmess+=filmnrxoOtT
"set shortmess+=filmnrxoOtT
" view folds, cursor, and other things i don't know about
set viewoptions=folds,options,cursor,unix,slash
" go one past line end for slightly more betterer editing experience
Expand Down

0 comments on commit 4e31e29

Please sign in to comment.