SkillAgentSearch skills...

Dotfiles

Aesthetic Dotfiles for my Arch Linux rabbit hole ๐Ÿ‡

Install / Use

/learn @HynDuf/Dotfiles
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h2 align="center"> โ”โ”โ”โ”โ”โ” โ– โ”โ”โ”โ”โ”โ” </h2> <!-- BADGES --> <div align="center">

stars size Visitors license

</div> <h2></h2>

HynDuf's dotfiles

[!IMPORTANT] I have migrated everything to NixOS, so this is no longer maintained and might not work out of the box. See my latest NixOS configs for more up-to-date configurations of the programs.

:pencil: <samp>Table of contents</samp>

<a name="about"/>

:herb: <samp>About</samp>

<div style="flex:1;padding: 11px 0px 0px 10px"> <img src="assets/showcase.jpg" alt="Rice Showcase" align="right" width="350px"> </div>

Thanks for dropping by!

This is my personal repository for my Arch dotfiles (always WIP)

Here are some information about my setup:

<a name="showcase"/>

:camera: <samp>Showcase</samp>

<a name="overview"/>

<samp>Overview</samp>

Here are some details about programs in the screenshots:

overview-1 overview-2 overview-3 overview-4 overview-5 overview-6 overview-7 overview-8 overview-9 overview-10

<h2></h2> <a name="rofi-utils"/>

<samp>Rofi Utils</samp>

These rofi configurations are highly based on adi1090x/rofi (it's not like I just copied it and changed some colors or anything :flushed:)

<h2></h2>
Rofi app launchers, directory menu and windows menu

app-menu directory-menu windows-menu

<h2></h2>
Rofi calculator, emoji selector and wifi menu

calculator emoji-menu wifi-menu

<h2></h2>
Rofi power menu

rofi-power-menu

<h2></h2> <a name="fonts"/>

<samp>Fonts</samp>

<a name="setup"/>

:wrench: <samp>Set up</samp>

:warning: Note: This configuration was made for my Laptop (Arch-based distribution specifically), so some things might not work on yours, in that case, please try if you can fix that up as much as possible, or you can open an issue for help :smile:.

This was made for a 1920x1080 and 75 dpi screen.

Most programs can be installed and used easily by following guides from their own GitHub (I already added as many links as possible). Some other harder ones I'll state below.

<h2></h2> <a name="preinstall"/>

<samp>Preinstall</samp>

Just to be tidy, create a folder for your about-to-download packages as you would want to delete redundant things afterward.

mkdir ~/Downloads
cd ~/Downloads

Clone my dotfiles in advance for later uses (~/Downloads/dotfiles):

git clone https://github.com/HynDuf7/dotfiles

Let's set up the necessary scripts. Copy them to yours and grant execute permission (You don't need all the scripts. You can keep only the ones you need):

cp -r ~/Downloads/dotfiles/bin ~/bin
chmod +x ~/bin/*

Add that ~/bin folder to your $PATH as well, in your .bashrc or .zshrc add the following:

export PATH="$HOME/bin:$PATH"

After that, source ~/.zshrc (or source ~/.bashrc) to update it though.

<h2></h2> <a name="dependency"/>

<samp>Dependency</samp>

First, we need yay and git (if you haven't had them):

sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

Then let's install all the needed packages:

yay -S bspwm brightnessctl dunst eww-git feh i3lock-color nerd-fonts-jetbrains-mono polybar pomo papirus-icon-theme ranger rofi rofi-calc rofi-emoji sxhkd ttf-fira-code ttf-iosevka-nerd ueberzug xdotool
<h2></h2> <a name="background-wallpaper"/>

<samp>Background Wallpaper</samp>

Copy the wallpapers into your ~/Pictures folder:

cp -r ~/Downloads/dotfiles/wallpapers ~/Pictures

We will use feh to set up the wallpaper. Add the following into your ~/.config/bspwm/bspwmrc (see mine):

feh --bg-fill ~/Pictures/hollow-knight.png &
<h2></h2> <a name="firefox"/>

<samp>Firefox</samp>

I used the beautiful custom css theme made by AmadeusWM.

You can see how to install it on his dotfiles linked above.

My firefox custom chrome folder isn't exactly like his. I have added the shortcut Super + Z to toggle expand the vertical side tab. If you w

Related Skills

View on GitHub
GitHub Stars401
CategoryDevelopment
Updated9h ago
Forks13

Languages

CSS

Security Score

100/100

Audited on Apr 3, 2026

No findings