woah so cool
This commit is contained in:
parent
c61c65cde6
commit
eca918c44c
2 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,3 @@ alias q="exit"
|
|||
fastfetch
|
||||
|
||||
export PATH="${PATH}:/home/${USER}/.local/bin"
|
||||
export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue