https://github.com/stay-js/dotfiles
🔧 Configuration files...
https://github.com/stay-js/dotfiles
bash dotfiles dotfiles-macos homebrew
Last synced: 3 months ago
JSON representation
🔧 Configuration files...
- Host: GitHub
- URL: https://github.com/stay-js/dotfiles
- Owner: stay-js
- Created: 2022-08-08T20:28:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T09:32:45.000Z (over 2 years ago)
- Last Synced: 2025-01-16T22:33:32.210Z (over 1 year ago)
- Topics: bash, dotfiles, dotfiles-macos, homebrew
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to bootstrap a new Mac
1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
```bash
xcode-select --install
```
2. Clone repo into new hidden directory.
```bash
git clone https://github.com/stay-js/dotfiles.git ~/.dotfiles
```
3. Run install.sh.
```bash
bash ~/.dotfiles/install.sh
```