Skip to content

Instantly share code, notes, and snippets.

View zeromero-dev's full-sized avatar
🎮
what the hell am I even doing

Roman Holubenko zeromero-dev

🎮
what the hell am I even doing
View GitHub Profile
@zeromero-dev
zeromero-dev / hyprland-install.md
Last active June 26, 2024 22:13
Hyprland install on arch

Optional

Install yay (if pacman doesn't see hyprland)
pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

Install these dependenice to be able to run hyprland

yay -S swaybg swayidle swaylock wlroots wl-clipboard waybar wofi foot mako grim slurp wf-recorder light yad thunar geany mpv mpd mpc viewnior imagemagick xfce-polkit xorg-xwayland xdg-desktop-portal-wlr

Install hyprland

yay -S hyprland

Config

If you want to test hyprland work just log out of your system and boot with Hyperland (Wayland) environment in your login manager. It'll automaticly create an example config with kitty terminal. So install it yay -S kitty if you don't have one.

@zeromero-dev
zeromero-dev / quickstart-apps-for my machine.md
Last active February 10, 2023 12:15
Quickstart apps for my new machine

Essential Apps

  • Obsidian
  • Discord
  • VsCode
  • Spotify
  • MpHC
  • Steam
  • Adobe Photoshop
  • Davinchi Resolve

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.