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
|
||||
|
||||
# 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"
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ signal-desktop
|
|||
sway
|
||||
swaybg
|
||||
swayidle
|
||||
swaylock
|
||||
swaylock-effects
|
||||
waybar
|
||||
wireplumber
|
||||
wl-clipboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue