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

https://github.com/andimrob/dotfiles

My dev env configuration and bootstrapping tool
https://github.com/andimrob/dotfiles

configuration-management dotfiles macos-setup shell-scripts zsh

Last synced: 5 months ago
JSON representation

My dev env configuration and bootstrapping tool

Awesome Lists containing this project

README

          

# Rob's kickass dotfiles

### Installation

If this is a fresh MacOS installation first we need Xcode:
```
sudo xcode-select --install
```

Next we clone the repo and run the installation script:
```
git clone git@github.com:andimrob/dotfiles.git && cd dotfiles && ./install
```

On a fresh macOS installation we will also want to install all our apps and tools using brew at this point:
```
brew bundle install --global
```