Skip to content

NotMugil/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyprland dotfiles

showcase

stars GitHub Issues or Pull Requests REPO SIZE Last Commit LICENSE

Caution

This repository's main branch is experimental and will have frequent commits that may introduce breaking changes.

If you prefer a stable version, please check out the stable branch.

more previews

Lockscreen
gallery-1
Gruvbox Lockscreen Tokyonight Lockscreen Starlit Lockscreen
Neofetch & Thunar
gallery-5
Gruvbox Lockscreen Tokyonight Lockscreen Starlit Lockscreen
Wlogout logout menu
gallery-9
Gruvbox Powermenu Tokyonight Powermenu Starlit Powermenu
Rofi Application Launcher
gallery-13
Gruvbox Powermenu Tokyonight Powermenu Starlit Powermenu
Wallpaper Selector
gallery-2
Gruvbox Powermenu Tokyonight Powermenu Starlit Powermenu
Notification Center (SwayNC)
gallery-6

Installation

Arch Linux

I have a really messy installation script made for my own use. I wouldn’t recommend others use this script.

Recommended Approach: Please manually install the configurations and dependencies.

Important

Install it only if you have a basic understanding of what you are doing. Don't blame me if things go wrong!

To install using the script, execute the following commands:

curl -O install.sh https://raw.githubusercontent.com/NotMugil/dotfiles/main/install.sh
chmod +x install.sh
./install.sh

Manual Installation

Arch Linux

You may want to set up an AUR helper. Check the instructions provided here to install yay.

  • Install the packages mentioned in the wiki
  • or you can check the packages list in the installation script.

After Installing the packages, make sure to backup your previous configs if needed.

  1. Clone the repository into your local system.
git clone --depth=1 https://github.com/NotMugil/dotfiles.git && cd dotfiles
  1. Copy the configs to their respective directories.
cp -r dots/.config/* ~/.config/
cp -r dots/.icons ~/
cp -r dots/.themes ~/
cp -r dots/.zshenv ~/
  1. To install sddm theme, copy the files into thier respective dir.
cp -r prefs/sddm.conf /etc/sddm.conf
cp -r misc/sddm /usr/share/sddm/themes/

Shortcuts

Keys Functionality
SUPER + RETURN Launch Kitty
SUPER + D Launch Rofi
SUPER + E Launch Thunar File Manager
SUPER + Q Kill active window
SUPER + W Opens wallpaper selector
SUPER + U Opens waybar selector
SUPER + V Toggle floating window
SUPER + L Lockscreen
SUPER + M Launch wlogout
SUPER + Shift + R Opens sway notification center
SUPER + Alt + T Launch theme selector

Inspiration

some of the cool people i took inspiration from for making my dotfiles. without them, this repo wouldn't exist.

Resources

dropping some informative stuff and resources that helped me here.