From e1b6d486dbde35f4377a077babfac9236c8a446f Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Fri, 2 Feb 2024 17:17:56 +0100 Subject: neovim and waybar things --- install/install_linux.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'install/install_linux.sh') diff --git a/install/install_linux.sh b/install/install_linux.sh index 0ac2111..e0d64ca 100755 --- a/install/install_linux.sh +++ b/install/install_linux.sh @@ -25,7 +25,7 @@ function dlgYN() { dlgYN "> Install \"Highlight, atool, w3m, mediainfo, vim, git\"" res if [ $res -eq 1 ]; then tput sc - $INST_PM highlight atool w3m mediainfo curl zsh vim git python3-pip zsh tmux nodejs + $INST_PM highlight atool w3m mediainfo curl zsh vim git python3-pip zsh tmux nodejs catimg ripgrep silversearcher-ag tput rc; tput ed fi @@ -83,7 +83,11 @@ fi dlgYN "> Install sway" res if [ $res -eq 1 ]; then tput sc - $INST_PM sway swayidle physlock alacritty blueman network-manager-gnome wob wlogout wofi brightnessctl clipman + if [ "$distro" == "fedora" ]; then + $INST_PM sway swayidle alacritty blueman wob wlogout wofi brightnessctl clipman xwayland seahorse fcitx5 im-config + else + $INST_PM sway swayidle physlock alacritty blueman network-manager-gnome wob wlogout wofi brightnessctl clipman xwayland seahorse fcitx5 imsettings + fi tput rc; tput ed fi -- cgit v1.2.3