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/
- Host: GitHub
- URL: https://github.com/benedfit/dotfiles
- Owner: benedfit
- Created: 2019-11-14T10:29:41.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T17:59:43.000Z (over 1 year ago)
- Last Synced: 2024-10-06T04:01:32.242Z (about 1 year ago)
- Topics: yadm
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```