diff --git a/defaults/bash/shell b/defaults/bash/shell index 105f9ee..a0b81b0 100644 --- a/defaults/bash/shell +++ b/defaults/bash/shell @@ -3,6 +3,10 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi +# Use bash-completion, if available +[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \ + . /usr/share/bash-completion/bash_completion + # History control shopt -s histappend HISTCONTROL=ignoreboth diff --git a/sources/install/tools b/sources/install/tools index ea66479..78194ba 100644 --- a/sources/install/tools +++ b/sources/install/tools @@ -134,3 +134,30 @@ openssl-devel opus-devel pulseaudio-libs-devel hipblas +egl-wayland +hyprland +hyprland-devel +xdg-desktop-portal-hyprland +hyprland-plugins +waybar +hyprpaper +hyprpicker +hypridle +hyprlock +hyprsunset +hyprsysteminfo +hyprshot +hyprland-autoname-workspaces +aylurs-gtk-shell +eww +cliphist +nwg-clipman +swww +hyprnome +hyprdim +pyprland +mpvpaper +dunst +sunshine +qt5-qtwayland +qt6-qtwayland diff --git a/sources/tools.sh b/sources/tools.sh index cd746cf..a52349d 100644 --- a/sources/tools.sh +++ b/sources/tools.sh @@ -1,2 +1,6 @@ source ~/.local/share/sunhat/sources/env.sh +sudo dnf copr enable solopasha/hyprland -y +sudo dnf copr enable matte-schwartz/sunshine -y +sudo dnf copr enable pgdev/ghostty -y +dnf copr enable tomaszgasior/mushrooms -y sudo dnf install -y $TOOLS