diff --git a/src/commands/dotfiles/kitty-setup.sh b/src/commands/dotfiles/kitty-setup.sh index 1859564f..70566d13 100755 --- a/src/commands/dotfiles/kitty-setup.sh +++ b/src/commands/dotfiles/kitty-setup.sh @@ -11,7 +11,7 @@ setupKitty() { echo "Install Kitty if not already installed..." if ! command_exists kitty; then case ${PACKAGER} in - pacman) + pacman) sudo $"{PACKAGER}" -S --noconfirm kitty ;; nix-env)