README.md (380B)
1 # Usage 2 3 1. Clone this repository. 4 ``` 5 git clone git@github.com:LukasJoswiak/dotfiles.git ~/dotfiles 6 ``` 7 2. Create a symlink from the dotfile location to the dotfile in this repository. 8 9 ## Vim 10 ``` 11 ln -s ~/dotfiles/.vimrc ~/.vimrc 12 ``` 13 14 ## tmux 15 ``` 16 ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf 17 ``` 18 19 ## Alacritty 20 ``` 21 ln -s ~/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.yml 22 ```