11 lines
390 B
Markdown
11 lines
390 B
Markdown
|
# 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
|
||
|
```
|