Skip to content

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

 
 
 

Contributors