Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombeynon/dotfiles
sweet, sweet config
https://github.com/tombeynon/dotfiles
Last synced: about 2 months ago
JSON representation
sweet, sweet config
- Host: GitHub
- URL: https://github.com/tombeynon/dotfiles
- Owner: tombeynon
- Created: 2014-07-29T10:24:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T16:38:27.000Z (over 2 years ago)
- Last Synced: 2024-08-02T14:13:00.678Z (5 months ago)
- Language: Vim Script
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - tombeynon/dotfiles - sweet, sweet config (Vim Script)
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
```