Update README

old-yadm
earnest ma 2021-08-02 19:49:14 -04:00
parent 93527c8f52
commit 7e3dbf8241
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 9 additions and 7 deletions

View File

@ -1,10 +1,12 @@
# Dotfiles # [Dotfiles](https://sr.ht/~earnestma/configuration)
My personal dotfiles, managed using [yadm](https://yadm.io) and used - [My personal dotfiles](https://git.sr.ht/~earnestma/dotfiles), [NixOS
on Ubuntu 21.04 (as of now). configuration](https://git.sr.ht/~earnestma/nixos-configs) and [Doom
Emacs](https://git.sr.ht/~earnestma/doom) config.
Install: My personal dotfiles, managed using:
```sh - [yadm](https://yadm.io)
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 - [home-manager](https://github.com/nix-community/home-manager)
```
These are used on Ubuntu 21.04 but aim to target NixOS 21.05 only soon.