woah so cool
This commit is contained in:
parent
96bd318184
commit
af9fe23280
2 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,3 @@ alias q="exit"
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
||||||
export PATH="${PATH}:/home/${USER}/.local/bin"
|
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"
|
scripts="@distro @self"
|
||||||
|
|
||||||
apply() {
|
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
|
[ -e "$HOME/.config/alacritty/alacritty.yml" ] || ln files/alacritty.yml $HOME/.config/alacritty/alacritty.yml
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue