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
git
gnome-keyring
helix
openssh
zoxide
wget
zoxide

View file

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

View file

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

View file

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

View file

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

9
setup.sh Normal file → Executable file
View file

@ -85,9 +85,6 @@ cd $dotfiles_path &&
stow .
cd $script_path
## Install launcher theme (albert)
sudo ln -s .config/albert/schemes/Seventy\ Eight.qss /usr/share/albert/widgetsboxmodel/themes/
## Swap (Zram)
is_zram_active=$(sudo systemctl is-active systemd-zram-setup@zram0.service)
if [ is_zram_active != "active" ]; then
@ -108,8 +105,8 @@ if [ is_aa_active != "active" ]; then
echo -e "========================================\n"
fi
## Display manager (Greetd)
sudo systemctl enable greetd
## Display manager (Ly)
sudo systemctl enable ly
## Firewall (UFW)
sudo systemctl enable ufw
@ -122,4 +119,4 @@ echo
echo "Installation finished"
echo "Please check the previous outputs for warnings"
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"