fix(install.sh): fix swaylock package
This commit is contained in:
parent
d47e4ee626
commit
a89bd7ddbd
2 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ case "$(uname)" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Install prezto
|
# Install prezto
|
||||||
if [ ! -d ~/.zprezto ]; then
|
if [ ! -d "${ZDOTDIR:-$HOME}/.zprezto" ]; then
|
||||||
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
|
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ signal-desktop
|
||||||
sway
|
sway
|
||||||
swaybg
|
swaybg
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
swaylock-effects
|
||||||
waybar
|
waybar
|
||||||
wireplumber
|
wireplumber
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue