dotfiles/README.md

16 lines
320 B
Markdown
Raw Normal View History

2019-11-10 10:01:49 +00:00
My dotfiles - including my vim, terminal and font configs.
Mostly focusing on setting things up on NixOS, but supporting other OSes where posible.
2013-10-09 18:53:50 +01:00
install:
2019-11-10 10:01:49 +00:00
```
ssh-keygen -t ed25519
cat .ssh/id_ed25519.pub
#add the above key to github
2019-11-10 10:01:49 +00:00
mkdir ~/dev
cd ~/dev
git clone git@github.com:cyplo/dotfiles.git
cd dotfiles
2019-11-10 10:01:49 +00:00
```