From af9a3fbe210a6e7931761415d189ff3d84ef7e24 Mon Sep 17 00:00:00 2001 From: askiiart Date: Wed, 22 Nov 2023 22:07:25 -0600 Subject: [PATCH] Fix kitty install, update dotfiles --- dotfiles | 2 +- install-stuff/install-misc.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 install-stuff/install-misc.sh diff --git a/dotfiles b/dotfiles index 348a76c..415f1dd 160000 --- a/dotfiles +++ b/dotfiles @@ -1 +1 @@ -Subproject commit 348a76cb6ac5cf37b273ccc11680dc1f6f5ad8a5 +Subproject commit 415f1dd0797a6f1aacc29075920508a65553c1e9 diff --git a/install-stuff/install-misc.sh b/install-stuff/install-misc.sh old mode 100644 new mode 100755 index 25b34a7..47a8331 --- a/install-stuff/install-misc.sh +++ b/install-stuff/install-misc.sh @@ -16,8 +16,8 @@ if command_exists "apt-get"; then elif command_exists "yum"; then sudo yum install kitty -y echo "Please install SchildiChat, nvim/neovim" -elif command_exists "pacman"; then - sudo pacman -S kitty --noconfirm --neeeded +elif command_exists "yay"; then + yay -S kitty --noconfirm --needed yay -S schildichat-desktop-bin --noconfirm --needed elif command_exists "zypp"; then # Untested