commit 92d3edb9c2be9dae2583d9db32f1667ca192b186 parent 0586c70fadc9f1e31ac536d4da1e2bda0f9cf068 Author: Lukas Joswiak <lukas@lukasjoswiak.com> Date: Tue, 9 Jul 2019 20:02:09 -0700 Add Alacritty configuration command Diffstat:
| M | README.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -15,3 +15,8 @@ ln -s ~/dotfiles/.vimrc ~/.vimrc ``` ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf ``` + +## Alacritty +``` +ln -s ~/dotfiles/alacritty.yml ~/.config/alacritty/alacritty.yml +```