blob: e85bb72f51e0579f6cdb5ea4ba9be7873a2aedcc (
plain)
1
2
3
4
5
6
7
8
9
|

```sh
git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles
# Create symbolic links to actual config files.
bash update.sh
```
|