Updated packages and sorted them

This commit is contained in:
Gu://em_ 2026-04-27 15:15:20 +02:00
parent fe4c868f95
commit 8909213781
7 changed files with 30 additions and 25 deletions

View file

@ -1 +1 @@
albert rofi-bluetooth-git

View file

@ -4,5 +4,7 @@ fastfetch
fzf fzf
git git
gnome-keyring gnome-keyring
helix
openssh openssh
zoxide wget
zoxide

View file

@ -8,9 +8,10 @@ mandoc
man-pages man-pages
networkmanager networkmanager
os-prober os-prober
sudo
sof-firmware sof-firmware
stow
sudo
ufw ufw
vim vim
zram-generator zram-generator
zsh zsh

View file

@ -1,18 +1,23 @@
pipewire-jack foot
pipewire grim
wireplumber
pipewire-pulse
greetd-tuigreet
hypridle hypridle
hyprland hyprland
hyprland-qtutils
hyprlock hyprlock
hyprpaper hyprpaper
hyprland-qtutils hyprpicker
hyprpolkitagent hyprpolkitagent
xdg-desktop-portal-hyprland hyprsunset
waybar ly
pipewire
pipewire-jack
pipewire-pulse
power-profiles-daemon power-profiles-daemon
fnott pulsemixer
kitty rofi
grim rofimoji
slurp slurp
swaync
waybar
wireplumber
xdg-desktop-portal-hyprland

View file

@ -1,4 +1,3 @@
ttf-dejavu
ttf-jetbrains-mono-nerd ttf-jetbrains-mono-nerd
noto-fonts noto-fonts
noto-fonts-emoji noto-fonts-emoji

View file

@ -1,3 +1,4 @@
bluez bluez
bluez-utils bluez-utils
blueman blueman
fprintd

9
setup.sh Normal file → Executable file
View file

@ -85,9 +85,6 @@ cd $dotfiles_path &&
stow . stow .
cd $script_path cd $script_path
## Install launcher theme (albert)
sudo ln -s .config/albert/schemes/Seventy\ Eight.qss /usr/share/albert/widgetsboxmodel/themes/
## Swap (Zram) ## Swap (Zram)
is_zram_active=$(sudo systemctl is-active systemd-zram-setup@zram0.service) is_zram_active=$(sudo systemctl is-active systemd-zram-setup@zram0.service)
if [ is_zram_active != "active" ]; then if [ is_zram_active != "active" ]; then
@ -108,8 +105,8 @@ if [ is_aa_active != "active" ]; then
echo -e "========================================\n" echo -e "========================================\n"
fi fi
## Display manager (Greetd) ## Display manager (Ly)
sudo systemctl enable greetd sudo systemctl enable ly
## Firewall (UFW) ## Firewall (UFW)
sudo systemctl enable ufw sudo systemctl enable ufw
@ -122,4 +119,4 @@ echo
echo "Installation finished" echo "Installation finished"
echo "Please check the previous outputs for warnings" echo "Please check the previous outputs for warnings"
echo "You can make final adjustements before rebooting" echo "You can make final adjustements before rebooting"
echo "- In particular, if you are using a qwerty keyboard, changing input-fr to input-en in ~/.config/hypr/hyprland.conf" echo "- In particular, if you are using a qwerty keyboard, changing input-fr to input-en in ~/.config/hypr/hyprland.conf"