Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simonsmith/dotfiles

My mac setup
https://github.com/simonsmith/dotfiles

dotfiles

Last synced: about 2 months ago
JSON representation

My mac setup

Awesome Lists containing this project

README

        

# .dotfiles

Mac config and setup steps.

## First steps

Install Homebrew

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

This will also install command line tools

Clone dotfiles to home directory

```
git clone https://github.com/simonsmith/dotfiles.git
```

## Install

Run install script from dotfiles directory:

```
cd dotfiles
./install.sh
```

Set macOS defaults:

```
./scripts/macos.sh
```

When complete, open new terminal window and run `zplug install`

## Manual steps

* Add private dotfiles to home directory (`.extra` and `.gitconfig.local`).