Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablobm/dot-files
https://github.com/pablobm/dot-files
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pablobm/dot-files
- Owner: pablobm
- License: unlicense
- Created: 2013-06-10T16:35:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T09:10:00.000Z (over 3 years ago)
- Last Synced: 2024-11-18T11:37:35.255Z (about 1 month ago)
- Language: Shell
- Size: 136 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# My dot files
Prepare first:
$ dotfiles prepare
That will precalculate some envvars and store them as `dot.bashrc.d/00_vars`
so that we won't have to do it on every new session. These are envvars
that are a bit slow to calculate, mainly because they result from `brew --prefix $PROGRAM`
which is not fast to run.## Vim
For neovim-remote:
$ pip3 install --upgrade neovim-remote
Using git submodules for packages. After linking `.vim/` and `.vimrc` Do:
$ git submodule init
$ git submodule updateThen start vim and run `:PackUpdate`. Exit, re-enter and it should not complain about the color scheme or anything else anymore.
## Sublime Text 3
Link this `Sublime Text 3/Packages/Users` from your `$HOME/Library/Application Support/Sublime Text 3/Packages`.
# License
Public domain, as described on LICENSE.txt.