Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stay-js/dotfiles
🔧 Configuration files...
https://github.com/stay-js/dotfiles
bash dotfiles dotfiles-macos homebrew
Last synced: about 3 hours ago
JSON representation
🔧 Configuration files...
- Host: GitHub
- URL: https://github.com/stay-js/dotfiles
- Owner: stay-js
- Created: 2022-08-08T20:28:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T09:32:45.000Z (about 1 year ago)
- Last Synced: 2023-10-31T10:34:13.488Z (about 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. Make install.sh executable.
```bash
chmod +x ~/.dotfiles/install.sh
```4. Run install.sh.
```bash
~/.dotfiles/install.sh
```