Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chriskacerguis/dotfiles

My dotfiles
https://github.com/chriskacerguis/dotfiles

Last synced: about 1 month ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

        

# dotfiles

My dotfiles.

### Installation

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

```shell
eval "$(/opt/homebrew/bin/brew shellenv)"
```

```shell
brew install dotbot
```

```shell
git clone https://github.com/chriskacerguis/dotfiles.git ~/.dotfiles
```

```shell
dotbot -d ~/.dotfiles -c ~/.dotfiles/install.conf.yaml
```