Add some settings and TODOs.

This commit is contained in:
Jeff Geerling 2014-04-28 09:29:54 -05:00
parent aee9553c41
commit cbe27b951d
2 changed files with 13 additions and 0 deletions

View file

@ -74,6 +74,18 @@ These are mostly direct download links, some are more difficult to install becau
- (Consider using for most if not all of the app installations)
- more to come...
### Configuration to be added:
- I have vim configuration in the repo, but I still need to add the actual installation:
```
mkdir -p ~/.vim/autoload
mkdir -p ~/.vim/bundle
cd ~/.vim/autoload
curl https://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim > pathogen.vim
cd ~/.vim/bundle
git clone git://github.com/scrooloose/nerdtree.git
```
### Apps only available via the App Store
I also use the following apps at least once or twice per week, but unfortunately, as the Mac App Store is not able to be controlled via CLI, or any other way I can find (so far), I have to manually install all of these apps from within the App Store application.

View file

@ -14,6 +14,7 @@
"Package Control",
"RegReplace",
"Sass",
"SublimeCodeIntel",
"TrailingSpaces",
"WordCount",
"Xdebug Client"