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

https://github.com/legomb/dotfiles

My macOS configuration files
https://github.com/legomb/dotfiles

brew dotfile dotfiles dotfiles-macos macos stow task

Last synced: 4 months ago
JSON representation

My macOS configuration files

Awesome Lists containing this project

README

          

# dotfiles

My macOS configuration files.

## Setting up a new MacOS machine 🚀

1. Install Homebrew:

```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

1. Install requirements:

```sh
brew install git stow go-task
```

3. Clone the repo.

4. Initialize submodules:

```sh
task git:submodules:update
```

5. Stow dotfiles:

```sh
task stow:stow
```

6. Install everything:

```sh
task brew:bundle:install
```