Skip to content

Commit

Permalink
- Updated README.md for setting up macOS.
Browse files Browse the repository at this point in the history
- Added `setup-macos.sh` file.
  • Loading branch information
dwchiang committed Aug 23, 2020
1 parent c9c4638 commit 2e825a0
Show file tree
Hide file tree
Showing 3 changed files with 955 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,40 @@ xcode-select --install

## Usage

1. Install brew and stuff.
1. Install brew and brew install:

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/dwchiang/dotfiles/master/setup-brew.sh)"
```

2. Setup SSH.
3. Clone this repo:

```
git clone git@github.com:dwchiang/dotfiles.git ~/.dotfiles
```

4. Setup macOS:

```
source ~/.dotfiles/setup-macos.sh
```

5. Setup symlinks:

```
source ~/.dotfiles/setup-symlinks.sh
```

6. Setup VSCode:

```
source ~/.dotfiles/setup-vscode.sh
```

## Reference

- pawelgrzybek's dotfiles (https://github.com/pawelgrzybek/dotfiles)
- [Change macOS user preferences via command line](https://pawelgrzybek.com/change-macos-user-preferences-via-command-line/)
- Mathias’s dotfiles (https://github.com/mathiasbynens/dotfiles)
- [Paul Irish](https://www.paulirish.com/)'s dotfiles (https://github.com/paulirish/dotfiles)
1 change: 1 addition & 0 deletions setup-brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ brew cask install postman
brew cask install proxyman
brew cask install rescuetime
brew cask install sequel-pro
brew cask install sizeup
brew cask install sketch
brew cask install skype
brew cask install slack
Expand Down
Loading

0 comments on commit 2e825a0

Please sign in to comment.