Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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...

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
```