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

https://github.com/benedfit/dotfiles

Configuration files managed via https://yadm.io/
https://github.com/benedfit/dotfiles

yadm

Last synced: 7 months ago
JSON representation

Configuration files managed via https://yadm.io/

Awesome Lists containing this project

README

          

# dotfiles

Configuration files managed via [yadm](https://yadm.io/)

## Setup

Install dependencies

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

# Install yadm
brew install yadm
```

Run installation

```sh
yadm clone https://github.com/benedfit/dotfiles.git
yadm bootstrap
```

## Update

To update to the latest version:

```
yadm pull
```