Initial Setup
You can install the dotfiles using either the quick install script or manual method.Quick Install (Single Command)
Manual Install
Hyprland Installation
Install Hyprland and essential utilities usingyay.
Complete Hyprland Environment
For a full setup with all components, you may want to install additional packages:Nerd Fonts
Install Hack Nerd Font for terminal icons and glyphs.Alternative: JetBrainsMono Nerd Font
Download and install JetBrainsMono Nerd Font manually:~/.local/share/fonts/ or /usr/share/fonts/.
Essential Packages
Install commonly used tools and applications.Terminal and Shell
Window Manager Utilities
System Utilities
Development Tools
File Management
Application Installations
Snaps
Flatpaks
Neovim Setup
Installing Packer (Plugin Manager)
Vim Plug (Alternative)
If you prefer Vim Plug over Packer:For Neovim
For Vim
Tmux Setup
Install Tmux Plugin Manager:prefix + I (capital i) to install plugins.
Using yay vs pacman
- pacman: Official package manager for Arch Linux, installs packages from official repositories
- yay: AUR (Arch User Repository) helper that can install both official and AUR packages
- Use
yaywhen you need AUR packages or want a unified interface - Use
sudo pacman -Sfor official repository packages if you prefer
Installing yay
If you don’t haveyay installed: