Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablobm/dot-files


https://github.com/pablobm/dot-files

Last synced: 15 days ago
JSON representation

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 update

Then 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.