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
- Host: GitHub
- URL: https://github.com/legomb/dotfiles
- Owner: legomb
- Created: 2024-03-05T12:24:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T13:31:30.000Z (about 1 year ago)
- Last Synced: 2025-04-30T21:54:08.865Z (about 1 year ago)
- Topics: brew, dotfile, dotfiles, dotfiles-macos, macos, stow, task
- Language: Shell
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```