Skip to content

MrShiroLu/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Installation

# Download essential dependencies
sudo pacman -S --needed git curl wget base-devel wayland hyprland waybar hyprpaper kitty --noconfirm

# Install additional packages listed in packages.txt
sudo pacman -S --needed --noconfirm $(cat packages.txt)

Copy Configuration Files

mkdir -p ~/.config/{waybar,Wallpapers}
cp -r ./config/waybar ~/.config/
cp -r ./Wallpapers/* ~/.config/Wallpapers/
cp -r ./kitty/* ~/.config/kitty/
cp -r ./nemo/* ~/.config/nemo/
cp -r ./rofi/* ~/.config/rofi/
cp -r ./waybar/* ~/.config/waybar/
cp -r ./nvim/* ~/.config/nvim/
cp -r ./hypr/* ~/.config/hypr/
cp -r ./dunst/* ~/.config/dunst/

Themes

Custom Rofi themes from: adi1090x's rofi

Custom SDDM display themes from: Keyitdev's sddm-astronaut-theme

Custom Notification center from: iyiolacak's swaync

Screenshots

desktop screenshot

kitty screenshot task switcher

Installation Notes

  • Make sure you have a working Arch Linux installation
  • Ensure Wayland is properly configured
  • Some packages may require AUR (Arch User Repository)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published