blob: 7974785355d6259f8817bead0ffb51c1f207f641 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Clone the repo first.
```sh
git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles
```
Symbolic links to actual config files.
```sh
ln -s ~/.dotfiles/emacs.el ~/.config/emacs/init.el
ln -s ~/.dotfiles/vimrc ~/.vimrc
ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh
```
|