- Arch Linux
- Internet connection
- Uncomment
Color
andParallelDownloads
in/etc/pacman.conf.
You can also setParallelDownloads
to10
.
sudo nano /etc/pacman.conf
- Install yay.
pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si
- Download all the packages (These are the ones I use; if you are not me, you don't need most of them. Take a look and choose the ones you actually want).
yay -S adw-gtk-theme ani-cli appimagelauncher-bin base base-devel bash-completion bat blueman bluez-utils bottles breeze-icons btop cliphist cmatrix cowsay cpupower fastfetch filezilla firefox gcolor3 gimp git gnome-disk-utility gradience grim helix heroic-games-launcher-bin htop hypridle hyprland hyprpaper hyprpicker imv informant intel-ucode jdk8-openjdk jq jre-openjdk jre21-openjdk jre8-openjdk kitty kolourpaint kvantum kvantum-qt5 kvantum-theme-libadwaita-git lib32-mangohud libreoffice-fresh linux linux-firmware linux-headers localsend-bin lsd man-db man-pages mangohud mcpelauncher-appimage nano neofetch neovim networkmanager noto-fonts-cjk noto-fonts-extra ntfs-3g nvidia nvidia-settings nwg-look obs-studio pacman-contrib papirus-folders papirus-icon-theme pavucontrol pipewire-alsa pipewire-ffado pipewire-pulse pipewire-roc pipewire-v4l2 pipewire-zeroconf polkit-gnome prismlauncher-qt5-bin protonup-qt-bin qbittorrent qt5ct qt6ct reflector screen slurp steam sudo swaync throttled thunar thunar-archive-plugin thunar-media-tags-plugin tldr ttf-apple-emoji ttf-jetbrains-mono-nerd ttf-ms-win11-auto unrar unzip virtualbox virtualbox-guest-iso vkd3d vlc waybar wget wine wine-gecko wine-mono wofi wttrbar wtype xarchiver xdg-desktop-portal-hyprland yay-bin zathura zathura-pdf-poppler zip
-
I compile hyprlock myself using this patch, but you don't need to if you don't have a nvidia card.
-
Clone the repo.
cd && git clone https://github.com/FelipeFMA/nekrodots.git
- Copy everything from
~/nekrodots/config/
to~/.config/
.
cp ~/nekrodots/gruvbox/config/* ~/.config/ -r
- Put
throttled.conf
in the correct location (Note: This file contains my CPU undervolt settings; do not apply these settings if you are not me!).
sudo cp ~/nekrodots/throttled.conf /etc/
- Put
cpupower
in the correct location (Note: This file contains my CPU clock settings; do not apply these settings if you are not me!).
sudo cp ~/nekrodots/cpupower /etc/default/
- Enable the
throttled
service (Note: Activate the throttled service if you intend to utilize it).
sudo systemctl enable throttled
- Enable the
cpupower
service (Note: Activate the throttled service if you intend to utilize it).
sudo systemctl enable cpupower
- Move
bashrc
to~/.bashrc
.
mv ~/.bashrc ~/.bashrc.backup && cp ~/nekrodots/gruvbox/bashrc ~/.bashrc
- Reboot and enjoy! If you haven't installed any display manager, you'll need to start hyprland by typing
Hyprland
on the TTY.
sudo reboot now