blob: 5d794bb608eb46483b73660627a2a2740fe1c18d (
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 symlink.sh
```
|