Add README

old-yadm
earnest ma 2021-07-01 21:49:52 -04:00
parent 2e7ed25fdf
commit fb7f0a5b63
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# Dotfiles
My personal dotfiles, managed using [yadm](https://yadm.io) and used
on Ubuntu 21.04 (as of now).
Install:
```sh
sudo apt update && sudo apt install curl git -y && sudo curl https://raw.githubusercontent.com/TheLocehiliosan/yadm/3.1.0/yadm -o /usr/local/bin/yadm && sudo chmod +x /usr/local/bin/yadm && yadm clone https://git.earne.link/earnestma/dotfiles.git --bootstrap
```