Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dotzero/dotfiles

:octocat: macOS environment: zsh, Oh My Zsh, Git, etc.
https://github.com/dotzero/dotfiles

dotfiles iterm macos unix zsh

Last synced: about 2 months ago
JSON representation

:octocat: macOS environment: zsh, Oh My Zsh, Git, etc.

Awesome Lists containing this project

README

        

# dotzero dotfiles

## Install dependencies

### Xcode Command Line Tools

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

### Homebrew

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

### Dotfiles

```bash
git clone [email protected]:dotzero/dotfiles.git ~/.0
```

## Bootstrap

```bash
~/.0/bootstrap
~/.0/macos
```

## Update

```bash
selfupdate
```