Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andimrob/dotfiles

🔥 dev config bootstrapping tool 🔥
https://github.com/andimrob/dotfiles

configuration-management dotfiles macos-setup shell-scripts zsh

Last synced: 2 months ago
JSON representation

🔥 dev config 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 [email protected]: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
```