15 lines
320 B
Markdown
15 lines
320 B
Markdown
My dotfiles - including my vim, terminal and font configs.
|
|
Mostly focusing on setting things up on NixOS, but supporting other OSes where posible.
|
|
|
|
install:
|
|
```
|
|
ssh-keygen -t ed25519
|
|
cat .ssh/id_ed25519.pub
|
|
#add the above key to github
|
|
|
|
mkdir ~/dev
|
|
cd ~/dev
|
|
git clone git@github.com:cyplo/dotfiles.git
|
|
cd dotfiles
|
|
|
|
```
|