Fix kitty install, update dotfiles
This commit is contained in:
parent
e11ad24dfb
commit
af9a3fbe21
2 changed files with 3 additions and 3 deletions
2
dotfiles
2
dotfiles
|
@ -1 +1 @@
|
|||
Subproject commit 348a76cb6ac5cf37b273ccc11680dc1f6f5ad8a5
|
||||
Subproject commit 415f1dd0797a6f1aacc29075920508a65553c1e9
|
4
install-stuff/install-misc.sh
Normal file → Executable file
4
install-stuff/install-misc.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue