woah so cool

This commit is contained in:
Strix 2023-10-14 22:38:12 +02:00
parent c61c65cde6
commit eca918c44c
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 1 additions and 1 deletions

View file

@ -20,4 +20,3 @@ alias q="exit"
fastfetch
export PATH="${PATH}:/home/${USER}/.local/bin"
export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"

View file

@ -4,6 +4,7 @@ describe="Installs alacritty and configs"
scripts="@distro @self"
apply() {
[ -d "$HOME/.config/alacritty" ] || mkdir -p $HOME/.config/alacritty
[ -e "$HOME/.config/alacritty/alacritty.yml" ] || ln files/alacritty.yml $HOME/.config/alacritty/alacritty.yml
}