Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wolfiezero/.dotfiles

^_^
https://github.com/wolfiezero/.dotfiles

Last synced: about 6 hours ago
JSON representation

^_^

Awesome Lists containing this project

README

        

# .dotfiles

1. Install Xcode thingy

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

2. Install [Homebrew][homebrew]

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

3. Install [oh-my-zsh][omzsh]

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

4. Install/update git (remove that pesky macOS version)

```shell
brew install git
```

5. Clone [this very repo][thisrepo]

```shell
git clone [email protected]:WolfieZero/.dotfiles.git
```

6. Start installing stuff!

[homebrew]: https://brew.sh/
[omzsh]: https://ohmyz.sh/
[thisrepo]: https://github.com/WolfieZero/.dotfiles