Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khanguslee/dotfiles

A bunch of files to help quickly setup a new dev machine.
https://github.com/khanguslee/dotfiles

Last synced: 17 days ago
JSON representation

A bunch of files to help quickly setup a new dev machine.

Awesome Lists containing this project

README

        

# dotfiles

Random config files for various applications. Mainly used to setup a new macbook.

## Getting Started

Make sure you have x-code updated by running `xcode-select --install`!

Run the `install.sh` script to install _mostly_ everything automatically.

Run the following command to make it executable.

``` sh
chmod +x install.sh
```

Run Brewfile
```sh
brew bundle
```