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
|
|
|
|
2014-03-29 20:13:06 +00: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
|
2015-01-24 08:56:59 +00:00
|
|
|
|
2019-11-10 10:01:49 +00:00
|
|
|
mkdir ~/dev
|
|
|
|
cd ~/dev
|
|
|
|
git clone git@github.com:cyplo/dotfiles.git
|
|
|
|
cd dotfiles
|
2015-07-04 07:12:54 +01:00
|
|
|
|
2019-11-10 10:01:49 +00:00
|
|
|
```
|