This commit is contained in:
Stephan Raabe 2024-02-02 14:00:10 +01:00
parent bf73eca7be
commit 36f3e944be
5 changed files with 4 additions and 9 deletions

View File

@ -1,4 +1,5 @@
packagesPacman=(
"hyprland"
"xdg-desktop-portal-hyprland"
"waybar"
"grim"

View File

@ -1 +1 @@
2.8RC3
2.8

View File

@ -1,4 +1,4 @@
# ML4W dotfiles 2.8RC3
# ML4W dotfiles 2.8
This is my configuration of Hyprland (Wayland) and Qtile (X11) for Arch Linux based distributions. This package includes an installation script to install and setup the required components.
@ -70,7 +70,7 @@ cd dotfiles
cd ~/Downloads
# 2.) Unzip
git clone --branch 2.7.2 https://gitlab.com/stephan-raabe/dotfiles.git
git clone --branch 2.8 https://gitlab.com/stephan-raabe/dotfiles.git
# 3.) Change into the new dotfiles folder
cd dotfiles
@ -89,9 +89,6 @@ cd ~/Downloads/dotfiles
# Switch to rolling release
# git checkout origin/main
# Switch to other version
# git checkout 2.7.2
# 2.) Pull the latest version and update the repository
git stash; git pull

Binary file not shown.

View File

@ -39,9 +39,6 @@ source .install/yay.sh
source .install/backup.sh
source .install/preparation.sh
source .install/profile.sh
if [[ $profile == *"Hyprland"* ]]; then
source .install/hyprland-version.sh
fi
source .install/installer.sh
source .install/general.sh
source .install/general-packages.sh