Skip to content

Fork Arch-Hyprland from JaKooLit and modify it to be available for gentoo

License

Notifications You must be signed in to change notification settings

kimuxer/Gentoo-Hyprland

 
 

Repository files navigation

💌 ** kimuxer's Gentoo Hyprland Install Script ** 💌

GitHub Repo stars GitHub last commit GitHub repo size


📷 Important note: This is just my personal experimental project, because Gentoo is special. Depending on everyone's settings, the final system will have many differences, so this script is not universal.

This script can probably only provide a little reference for people who have a certain understanding of gentoo and can manually modify the script.

Hyprland-Dots-showcase

Important

It has just been forked, so it is temporarily unavailable.

✨ Costumize the packages to be installed

  • inside the install-scripts folder, you can edit 00-hypr-pkgs.sh. Care though as the Hyprland Dots may not work properly!
  • default GTK theme if agreed to be installed is Tokyo night GTK themes (dark and light) + Tokyo night SE icons

✨ to run

clone this repo (latest commit only) to reduce file size download by using git. Change directory, make executable and run the script

git clone --depth=1 https://github.com/kimuxer/Gentoo-Hyprland.git
cd Gentoo-Hyprland
chmod +x install.sh
./install.sh

✨ for ZSH and OH-MY-ZSH installation

installer should auto change your default shell to zsh. However, if it does not, do this

chsh -s $(which zsh)
zsh
source ~/.zshrc
  • reboot or logout
  • by default agnoster theme is installed. You can find more themes from this OH-MY-ZSH-THEMES
  • to change the theme, edit ~/.zshrc . Look for ZSH_THEME="desired theme"

🙋 👋 Having issues or questions?

  • for the install part, kindly open issue on this repo
  • for the Pre-configured Hyprland dots / configuration, submit issue here

🔧 Proper way to re-installing a particular script from install-scripts folder

  • CD into Arch-Hyprland Folder and then ran the below command.
  • i.e. ./install-scripts/gtk-themes - For reinstall GTK Themes.

👍👍👍 Thanks and Credits!

About

Fork Arch-Hyprland from JaKooLit and modify it to be available for gentoo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%