PageRenderTime 47ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://github.com/jamesmartin/dotfiles
Markdown | 52 lines | 34 code | 18 blank | 0 comment | 0 complexity | a28bf865e0d318f6a3c5786776ecb334 MD5 | raw file
  1. # Dotfiles
  2. ## Install
  3. `rake install`
  4. To install vim submodules:
  5. `git submodule init`
  6. `git submodule update`
  7. ## Adding Vim Packages
  8. Vim plugins are managed by the built-in Vim `packages` system (`:help
  9. packages`).
  10. To add a new package:
  11. ```
  12. git submodule add https://github.com/some/vim.plugin.git \
  13. vim/pack/jamesmartin/start/vim.plugin
  14. git commit -m "Add some vim plugin"
  15. ```
  16. ## Removing Vim Packages
  17. ```
  18. git submodule deinit ./vim/pack/jamesmartin/start/vim.plugin
  19. git rm ./vim/bundle/vim.plugin
  20. # Note: asubmodule (no trailing slash)
  21. # or, if you want to leave it in your working tree
  22. git rm --cached ./vim/bundle/vim.plugin
  23. rm -rf .git/modules/vim/bundle/vim.plugin
  24. ```
  25. Commit your changes.
  26. ## Other Vim dependencies
  27. - [FZF fuzzy finder](https://github.com/junegunn/fzf#installation)
  28. - [RipGrep (rg)](https://github.com/BurntSushi/ripgrep#installation)
  29. ## Colors
  30. [Solarized](http://ethanschoonover.com/solarized): Used for Vim and
  31. Terminal.app. There is a [Solarized Dark.terminal profile](extras/Solarized\
  32. Dark.terminal) that has been tweaked for Terminal.app on macOS.
  33. ## Font
  34. [Adobe Source Code Pro](https://github.com/adobe-fonts/source-code-pro): 18pt.