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

https://github.com/datvodinh/dotfiles

Simple .dotfiles for my Macbook Pro
https://github.com/datvodinh/dotfiles

brew dotfiles macos zsh

Last synced: 3 months ago
JSON representation

Simple .dotfiles for my Macbook Pro

Awesome Lists containing this project

README

          

## Setup for new Macbook

1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.

```bash
xcode-select --install
```

2. Clone repo into a new hidden directory.

```bash
git clone https://github.com/datvodinh/dotfiles.git ~/.dotfiles
```

3. Install using `boostrap.sh`

```bash
source ~/.dotfiles/boostrap.sh
```