-
Notifications
You must be signed in to change notification settings - Fork 118
Using ML4W Dotfiles on other distributions
Stephan Raabe edited this page Nov 5, 2024
·
8 revisions
The following instructions are barely tested and in BETA. But you can give it a try and please report back your experiences.
The ML4W Dotfiles are shipped with a comprehensive Hyprland configuration. Some scripts (check for updates) are implemented for Arch only but the general configurations could also work on other distributions.
Please make sure that the following packages are installed on your system:
- Required packages: https://github.com/mylinuxforwork/dotfiles/tree/main/share/packages
Follow the steps to install the dotfiles:
# 1.) Change into your Downloads folder (create the folder if not available)
cd ~/Downloads
# 2.) Clone the dotfiles repository into the Downloads folder
git clone --depth=1 https://github.com/mylinuxforwork/dotfiles.git
# 3.) Change your keyboard layout
cd dotfiles/share/dotfiles/.config/hypr/conf/
vim keyboard.conf
# 4.) Change into the dotfiles folder
cd dotfiles/share/dotfiles/.config
# 5.) Copy the dotfiles to your home directory
cp -r . ~/.config
Some system related scripts will not work. But feel free to share your experiences.
- 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