This commit is contained in:
Stephan Raabe
2023-11-26 10:44:19 +01:00
parent 2511d431bc
commit 95660eebc2
4 changed files with 26 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# ML4W dotfiles 2.6RC
# ML4W dotfiles 2.6
This is my configuration of Hyprland (Wayland) and Qtile (Xorg & Wayland).
This package includes an installation script to install and setup the required components.
@@ -34,6 +34,25 @@ cd dotfiles
# 4.) Start the installation
./install.sh
```
### Update with GIT (Rolling Release of main branch)
```
# 1.) Change into your Downloads folder
cd ~/Downloads
# 2.) Delete existing dotfiles folder
rm -rf dotfiles
# 3.) Clone the dotfiles repository into the Downloads folder
git clone https://gitlab.com/stephan-raabe/dotfiles.git
# 4.) Change into the dotfiles folder
cd dotfiles
# 5.) Start the installation to update
./install.sh
```
To access the latest release please choose the latest tag https://gitlab.com/stephan-raabe/dotfiles/-/tags or the latest release https://gitlab.com/stephan-raabe/dotfiles/-/releases