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

https://github.com/jnunemaker/dotfiles

Some of my dotfiles, nothing fancy or worthwhile
https://github.com/jnunemaker/dotfiles

Last synced: 8 months ago
JSON representation

Some of my dotfiles, nothing fancy or worthwhile

Awesome Lists containing this project

README

          

# My Dot Files

Install homebrew and git.

```bash
# May want to check brew.sh for updated homebrew installation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
```

Setup dotfiles.

```bash
git clone https://github.com/jnunemaker/dotfiles.git ~/.dotfiles
~/.dotfiles/script/setup
brew bundle --global
```