These are my current dotfiles. A very clean look for hyprland. As well as my first ever rice 🤓
Most of these original config files were made by other people in the community and then alterted by me. A lot of the heavy work was made by Stephan Raabe (ML4W) who made the inital dotfiles I edited.
Also a big thanks to Ksawlii and Thomas Brugman for making the installation scripts! 💙
- Automatic Installation for Arch
- Automatic Installation for Gentoo
- Manual Installation
- Extra configuration
- Original work
Default
With Borders
To run the installation script for Gentoo, copy and paste these commands in your terminal:
git clone https://github.com/PilkDrinker/PilkDots
cd PilkDots
sudo chmod +x ./install-gentoo.sh
./install-gentoo.sh
To run the installation script for Arch or and arch-based distro like Manjaro, copy and paste these commands in your terminal:
git clone https://github.com/PilkDrinker/PilkDots
cd PilkDots
sudo chmod +x ./install-arch.sh
./install-arch.sh
Huge thanks to Ksawlii and Thomas Brugman for making these installtion scripts! <3
Note
This installation script is currently limited to Gentoo and Arch (and derivatives of Arch), and is not 100% done. Some features may need to be configured manually.
- Install the dependencies with your preffered AUR helper:
For yay:
yay -S hyprland wlogout waypaper waybar swww rofi-wayland swaync nemo kitty pavucontrol gtk3 gtk2 xcur2png gsettings nwg-look fastfetch zsh oh-my-zsh-git hyprshot networkmanager networkmanager-qt nm-connection-editor
For paru:
paru -S hyprland wlogout waypaper waybar swww rofi-wayland swaync nemo kitty pavucontrol gtk3 gtk2 xcur2png gsettings nwg-look fastfetch zsh oh-my-zsh-git hyprshot networkmanager networkmanager-qt nm-connection-editor
- Clone the repository with:
git clone https://github.com/PilkDrinker/PilkDots.git
- Move the .config, .themes, and wallpaper into your home directory with:
sudo mv .config .themes wallpaper /home/YOURUSERNAMEHERE
- Install the listed fonts. (You can find them in the
Required Fonts
file.) - Set up zsh (Optional)
- Change your GTK theme and icons (Using GTK-look/nwg-look or the terminal)
There is a few optional configurations and alts in the .config directory (waybar borders etc.) Feel free to alter whatever you want to make it your own style. 🥰
You can also changed your desired Wallpaper directory in .config/waypaper/config.ini
For the Theme to work in certain GTK apps, you might need to add the theme's assets diretory to ~/.config/assets
Here's a list of the people who's original work I've altered (There might have been more, but I can't remember)