added options

This commit is contained in:
Jonas Forsberg
2020-08-03 14:03:36 +02:00
parent 0eb8ef355c
commit 0b02b61caa
2 changed files with 69 additions and 5 deletions

View File

@@ -47,3 +47,8 @@ If you want you can add a remote repository make sure that it's secure if you ma
dotf remote add origin <username>@git.domain.tld/dotfiles.git
dotf push
```
# To initialize my desktop run
```bash
bash <(curl -sL https://git.rre.nu/jonas/dotfiles/raw/branch/master/bin/initDesktop)
```