blob: 07847d90df6193da712bedb9e144f9bdef4d6306 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|

Clone the repo first.
```sh
git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles
```
Then create symbolic links to actual config files.
```sh
ln -s ~/.dotfiles/alacritty.yml ~/.alacritty.yml
ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh
ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml
ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/.dotfiles/vimrc ~/.vimrc
ln -s ~/.dotfiles/newsboat ~/.newsboat/config
ln -s ~/.dotfiles/urls ~/.newsboat/urls
ln -s ~/.dotfiles/gf2_config.ini ~/.config/gf2_config.ini
```
|