Fix kitty install, update dotfiles

This commit is contained in:
askiiart 2023-11-22 22:07:25 -06:00
parent e11ad24dfb
commit af9a3fbe21
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 348a76cb6ac5cf37b273ccc11680dc1f6f5ad8a5
Subproject commit 415f1dd0797a6f1aacc29075920508a65553c1e9

4
install-stuff/install-misc.sh Normal file → Executable file
View file

@ -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