Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crcsmnky/dotfiles


https://github.com/crcsmnky/dotfiles

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

## setting up a new machine

- Install the Xcode command line tools

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

- Install [homebrew](https://brew.sh)

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

- Install [oh-my-zsh](https://ohmyz.sh)

```
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```

- Clone this repo

```
git clone [email protected]:crcsmnky/dotfiles.git ~/.dotfiles
```

- Run bootstrap script

```
bash $HOME/.dotfiles/bootstrap.sh
```

## todo

- automate more of the setup