Skip to content

Dotfiles for setting up a customized Linux environment, designed for minimal and efficient window managers like Hyprland, sway and i3

Notifications You must be signed in to change notification settings

Hasib-4174/dotfiles

Repository files navigation

🗂️ Dotfiles

My personal dotfiles for setting up a customized Linux environment, especially designed for minimal and efficient window managers like Hyprland and i3. This setup is organized using GNU Stow for easy symlink management.

📁 Structure

This repo follows the stow-compatible layout:

dotfiles/
├── alacritty/.config/alacritty/
├── fontconfig/.config/fontconfig/
├── hypr/.config/hypr/
├── nvim/.config/nvim/
├── waybar/.config/waybar/
├── wofi/.config/wofi/
└── zshrc/.zshrc

🚀 Usage

1. Clone the repository

git clone https://github.com/Hasib-4174/dotfiles.git
cd dotfiles

2. Install GNU Stow (if not already installed)

# For Arch-based distros
sudo pacman -S stow

# For Debian/Ubuntu
sudo apt install stow

3. Stow the modules

You can stow any configuration folder like this:

stow alacritty
stow nvim
stow hypr
stow waybar
stow wofi
stow fontconfig
stow zshrc

It will automatically symlink to your home directory (~/.config/... or ~/.zshrc).

🧰 Tools Covered

📌 Notes

  • Make sure to back up existing config files before using stow.
  • Designed for use with Wayland systems using Hyprland.

🧑 Profile

Hasib-4174
📎 GitHub Profile


Feel free to customize or fork the dotfiles for your own setup!

About

Dotfiles for setting up a customized Linux environment, designed for minimal and efficient window managers like Hyprland, sway and i3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published