These are the configuration files for all of the programs I am going to use inside Hyprland, a Wayland compositor.
Dependencies (in Arch Linux package names)
``` hyprland-git xdg-desktop-portal-hyprland-git xdg-desktop-portal-gtk xwaylandvideobridge-cursor-mode-2-git hy3-git swaylock-effects blueman networkmanager-dmenu-git nwg-look catppuccin-gtk-theme-mocha papirus-icon-theme qt5ct qt6ct libcanberra brightnessctl dunst kitty fuzzel hyprpaper hyprpicker wl-clipboard swayidle waybar-git nwg-dock-hyprland nwg-drawer nwg-bar swayosd-git flameshot grim kcalc ```This Git repo contains dotconfig
and dotlocal
. These correspond to ~/.config
and ~/.local
respectively. So, you can go two ways about 'installing' these.
Firstly, clone the repo:
cd /path/to/clone/folder/
git clone https://github.com/Andy3153/hyprland-rice/
(replace /path/to/clone/folder/
with the folder you want to clone the Git repo inside. Your choice, could be your Home directory)
Then, follow either of these methods:
- Symlinks (you need to keep the cloned folder)
ln -s /path/to/clone/folder/hyprland-rice/dotconfig/* ~/.config
ln -s /path/to/clone/folder/hyprland-rice/dotlocal/* ~/.local
- Copying
cd hyprland-rice/
cp -r dotconfig/* ~/.config
cp -r dotlocal/* ~/.local
cd ..
rm -rf hyprland-rice/ # feel free to delete the folder
Feel free to give me advice on this, or even help me with it!