You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
510 B
32 lines
510 B
sudo systemctl enable sddm
|
|
|
|
# NetworkManager
|
|
sudo systemctl enable NetworkManager --now
|
|
|
|
# Flutter
|
|
sudo gpasswd -a $USER flutterusers
|
|
|
|
# Spotifyd
|
|
sudo systemctl enable spotifyd --machine=$USER@.host --user --now
|
|
|
|
# Syncthing
|
|
sudo systemctl enable --now syncthing@$USER
|
|
|
|
# sddm
|
|
sudo cp themes/zune /usr/share/sddm/themes/ -r
|
|
|
|
# Micro
|
|
micro -plugin install quoter filemanager
|
|
|
|
# Docker
|
|
sudo usermod -aG docker guus
|
|
|
|
# ZSH
|
|
scripts/install-z.sh
|
|
|
|
# Update user
|
|
scripts/chuser.sh
|
|
|
|
# Set locale
|
|
scripts/set_locale.sh
|