-
Notifications
You must be signed in to change notification settings - Fork 80
Update
Start the ML4W Welcome App. You will see a notification when an update is available. You can start the update or re-installation of the ML4W Dotfiles at any time.
Please note that you can create a backup of your existing configuration with the backup feature of the install script. It's recommended to remove the folder ~/dotfiles only after creating a backup.
You can use your AUR Helper to update the packages on your system.
yay
After the installation, you can start the update with the command
ml4w-hyprland-setup
The script will ask for an installation folder. Please enter a folder name without spaces. The script will create the folder for you and continue with the installation.
You can also install multiple versions of the ML4W Dotfiles in parallel in different folders. You can switch between the folders with the included activation script (only works with 2.9.5 or higher).
The suggested way to update from a version older than 2.9.6 is the installation as AUR with your preferred AUR Helper.
# Download the latest version (main release)
yay -S ml4w-hyprland
# Start the setup
ml4w-hyprland-setup
Please follow the steps to update from earlier dotfiles versions to 2.8.3
# 1.) Remove existing downloaded dotfiles
rm -rf ~/Downloads/dotfiles
# 2.) Change into your Downloads folder
cd ~/Downloads
# 3.) Clone the dotfiles repository into the Downloads folder
git clone --depth=1 https://github.com/mylinuxforwork/dotfiles.git
# 4.) Change into the dotfiles folder
cd dotfiles/bin
# 5.) Start the installation
./ml4w-hyprland-setup
- Installation
- Update
- Uninstall
- Installation options
- Installation in a KVM Virtual Machine
- Protect your configuration and customize the installation
- Activate another ML4W Dotfiles installation
- Automate the installation and update
- Using the ML4W Dotfiles on other Distributions
- Hyprland and NVIDIA
- Switch SDL Videodriver between Wayland and X11