Updated packages and sorted them
This commit is contained in:
parent
fe4c868f95
commit
8909213781
7 changed files with 30 additions and 25 deletions
9
setup.sh
Normal file → Executable file
9
setup.sh
Normal file → Executable 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue