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