mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2025-02-16 20:48:28 +00:00
Add some settings and TODOs.
This commit is contained in:
parent
aee9553c41
commit
cbe27b951d
2 changed files with 13 additions and 0 deletions
12
README.md
12
README.md
|
@ -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)
|
- (Consider using for most if not all of the app installations)
|
||||||
- more to come...
|
- 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
|
### 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.
|
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.
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
"Package Control",
|
"Package Control",
|
||||||
"RegReplace",
|
"RegReplace",
|
||||||
"Sass",
|
"Sass",
|
||||||
|
"SublimeCodeIntel",
|
||||||
"TrailingSpaces",
|
"TrailingSpaces",
|
||||||
"WordCount",
|
"WordCount",
|
||||||
"Xdebug Client"
|
"Xdebug Client"
|
||||||
|
|
Loading…
Add table
Reference in a new issue