dotfiles hyprland
1.0.0
-- Disclaimer --I am not a developer/programmer, just a Linux enthusiast. All this configurations are just what I learned along the way by myself. You may encounter some redundant lines of code.
Distro • Arch Linux ?
Window Manager • Hyprland ?
Colorscheme • Catppuccin ?
Shell • Zsh ? with
Terminal • WezTerm
Panel • Waybar ?
Notication Daemon • Swaync ?
Launcher • Rofi ⚓ with rofimoji ?
File Manager • Nautilus ?️
Music player • Spotify ?
Editor • Neovim
lua/plugins.lua that I used in the past, but I will leave it there just in case.Backup Editor • Visual Studio Code
You can review the pkglist.txt file to remove the packages you don't want and replace the ones you like, but I cannot guarantee if don't work as expected. Please, read the disclaimer
git package during installation. You can also install on your existing installation, just skip to section 5.paru. You can install whatever version you like, I prefer the binary version. You can also use whatever AUR helper you want, but remeber to uninstall paru at the end of the installation or remove the paru-bin line inside the pkglist.txt filegit clone https://aur.archlinux.org/paru-bin.git
cd paru-bin
makepkg -si
yadm clone https://github.com/youruser/yourforkedrepo.git
paru (or the AUR helper of choice) to install everything in the pkglist.txt file. You can use pacman too, but it won't install the AUR packages.paru -S --needed - < pkglist.txt