Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tombeynon/dotfiles

sweet, sweet config
https://github.com/tombeynon/dotfiles

Last synced: about 2 months ago
JSON representation

sweet, sweet config

Awesome Lists containing this project

README

        

# dotfiles

This is my dotfiles repo. There are many like it, but this one is mine.

## Usage

I use [rcm](https://github.com/thoughtbot/rcm) by thoughtbot, so grab that first.

```BASH
git clone [email protected]:tombeynon/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
git submodule init
git submodule update
rcup [-t osx]
```

## First time setup

Install [Homebrew](http://brew.sh/).

Do everything in [Usage](#usage).

Set your terminal emulator font to a [NERD Font](https://github.com/ryanoasis/nerd-fonts). I like [Source Code Pro](https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/SourceCodePro/Regular/complete/Sauce%20Code%20Pro%20Nerd%20Font%20Complete.ttf).

```BASH
brew bundle
chsh -s $(which zsh)
pip3 install --user neovim
```

## Additional bits

```BASH
gem install neovim
```