Update README
parent
93527c8f52
commit
7e3dbf8241
16
README.md
16
README.md
|
@ -1,10 +1,12 @@
|
|||
# Dotfiles
|
||||
# [Dotfiles](https://sr.ht/~earnestma/configuration)
|
||||
|
||||
My personal dotfiles, managed using [yadm](https://yadm.io) and used
|
||||
on Ubuntu 21.04 (as of now).
|
||||
- [My personal dotfiles](https://git.sr.ht/~earnestma/dotfiles), [NixOS
|
||||
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
|
||||
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
|
||||
```
|
||||
- [yadm](https://yadm.io)
|
||||
- [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.
|
||||
|
|
Loading…
Reference in New Issue