Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rglassett/dotfiles

Configuration for macOS, zsh, tmux, and vim.
https://github.com/rglassett/dotfiles

Last synced: about 2 months ago
JSON representation

Configuration for macOS, zsh, tmux, and vim.

Awesome Lists containing this project

README

        

# Dotfiles

### Installation

Download and run the install script:

```sh
curl https://raw.githubusercontent.com/rglassett/dotfiles/master/install.sh | sh
```

Alternatively, clone the repository, review/edit the dotfiles, and
install manually.

If you don't already have rcm:

```sh
brew tap thoughtbot/formulae
brew install rcm
```

Then, to install:

```sh
git clone [email protected]:rglassett/dotfiles.git $HOME/.dotfiles
env RCRC=$HOME/.dotfiles/rcrc rcup
```

Much of this configuration is stolen from the [Thoughtbot dotfiles
repo](https://github.com/thoughtbot/dotfiles).