6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
rm -rf ~/.config/alacritty
|
|
|
|
ln -s $HOME/dotfiles/alacritty $HOME/.config/alacritty
|