https://github.com/Reeyuki/dotfiles
TheLp's Hyprland dotfiles
https://github.com/Reeyuki/dotfiles
archlinux dotfiles hatsunemiku hyprland hyprland-dotfiles kitty ricing waybar
Last synced: 3 months ago
JSON representation
TheLp's Hyprland dotfiles
- Host: GitHub
- URL: https://github.com/Reeyuki/dotfiles
- Owner: TheLp281
- Created: 2024-11-08T10:31:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T09:17:07.000Z (about 1 year ago)
- Last Synced: 2025-01-30T13:41:51.614Z (about 1 year ago)
- Topics: archlinux, dotfiles, hatsunemiku, hyprland, hyprland-dotfiles, kitty, ricing, waybar
- Language: Lua
- Homepage:
- Size: 16.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
✨ Reeyuki's Hyprland dotfiles ✨
✨ Forked from shub39 ✨
✨ Merged with EviLuci's dotfiles ✨




## 🚀 Quick Start
- On fresh Hyprland, install all required packages and clone this repository at `~/.config`
```bash
git clone --depth 1 https://github.com/Reeyuki/dotfiles ~/.config/dotfiles
```
- Add `source = ~/.config/dotfiles/hyprland/hyprland.conf` to `~/.config/hypr/hyprland.conf` and remove everything else
```bash
echo "source = ~/.config/dotfiles/hyprland/hyprland.conf" > ~/.config/hypr/hyprland.conf
```
- - Create a symbolic link of waybar config
```bash
ln -s ~/.config/dotfiles/waybar ~/.config/waybar
```
- Add a wallpaper at ~/Pictures/Wallpapers.
I personally prefer cloning wallpaper bank
```bash
git clone --depth 1 https://github.com/JaKooLit/Wallpaper-Bank ~/Pictures/Wallpapers
```
- Install packages below and relogin
# Required Packages
- hyprland, hyprpicker, hyprlock, hypridle
- kitty
- rofi-wayland
- swaync
- waybar
- noto-fonts-emoji
- fastfetch
- imagemagick
- pavucontrol
- mpv
- copyq
- polkit-gnome
- mpd-mpris
- polkit-kde-agent
- zenity
- wireplumber
- swww (AUR)
- neovim (AUR)
- hyprshot (AUR)
- wlogout (AUR)
- ttf-firacode-nerd (AUR)
### Install Required Packages
```bash
sudo pacman -S --needed --noconfirm hyprland hyprpicker hyprlock hypridle kitty rofi-wayland swaync waybar noto-fonts-emoji fastfetch imagemagick mpv copyq polkit-gnome pavucontrol polkit-kde-agent zenity wireplumber
```
```bash
yay -S hyprshot wlogout swww ttf-firacode-nerd --noconfirm
```
# Optional Packages Setup
## For start menu on Super + A
Setup https://github.com/adi1090x/rofi
```bash
git clone https://github.com/adi1090x/rofi /tmp/rofi && cd /tmp/rofi && bash setup.sh && cd ~ && rm -rf /tmp/rofi
```
## For battery events notify service
Create a symbolic link to battery events service
```bash
mkdir -p ~/.config/systemd/user
ln -s ~/.config/dotfiles/systemd/user/battery_events.service ~/.config/systemd/user/battery_events.service
systemctl --user enable --now battery_events.service
```
## For neovim
```bash
yay -S neovim-git vscode-js-debug --noconfirm
sudo pacman -S python-debugpy --noconfirm
cp -r ~/.config/dotfiles/nvim/* ~/.config/nvim
```
- Inside neovim, run :Lazy update
## For music
```bash
sudo pacman -S --noconfirm mpd-mpris
```
## For miku cursor
- copy hatsunemiku folder into /usr/share/icons
```bash
sudo cp -r ~/.config/dotfiles/hatsunemiku /usr/share/icons
```
- in ~/.config/gtk-3.0/settings.ini set gtk-cursor-theme-name to hatsunemiku
```bash
sed -i 's/^gtk-cursor-theme-name=.*/gtk-cursor-theme-name=hatsunemiku/' ~/.config/gtk-3.0/settings.ini
```
## For copyq theme
- Open the CopyQ main window
- Open CopyQ Preferences under the File > Preferences menu
- Click Appearance in the Configuration window
- Click Load Theme and select theme.ini
## For candy icons
- Copy candy folder into /usr/share/icons
```bash
sudo cp -r ~/.config/dotfiles/candy /usr/share/icons
```
- Set icon theme
```bash
gsettings set org.gnome.desktop.interface icon-theme 'candy-icon'
```
## For notification center
- Create a symbolic link of swaync config
```bash
- ln -s ~/.config/dotfiles/swaync ~/.config/swaync
```
## For fish shell
- Install fish packages
```bash
sudo pacman -S --needed --noconfirm fish bat lolcat reflector lynx vifm ncmpcpp expac btrfs-progs snapper thefuck starship
yay -S cpuid moc pokemon-colorscripts exa
sudo sh -c "curl https://raw.githubusercontent.com/holman/spark/master/spark -o /usr/local/sbin/spark && chmod +x /usr/local/sbin/spark"
```
- Create a symbolic link of fish config
```bash
ln -s ~/.config/dotfiles/fish ~/.config/fish
```
> ### Other programs like browsers and players are listed in `hyprland/defaultPrograms.conf`
>
> ### All keybinds are listed at `hyprland/keybinds.conf`
### 🎉That’s all for now. Enjoy your new environment!🎉