Skip to content

inifitrah/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 22, 2025
9dfab9a Β· Feb 22, 2025

History

59 Commits
Feb 22, 2025
Dec 8, 2024
Jan 31, 2025
Feb 22, 2025
Jan 23, 2025
Dec 9, 2024
Dec 7, 2024
Jan 26, 2025
Feb 22, 2025
Jan 23, 2025
Jan 27, 2025
Dec 2, 2024
Dec 4, 2024
Jan 28, 2025

Repository files navigation

My Dotfiles

This repository contains the configuration files (dotfiles) I use for my development environment. It helps me manage and synchronize settings across multiple systems efficiently using GNU Stow.

πŸ“ Directory Structure

Here’s how the dotfiles are organized:

dotfiles/
β”œβ”€β”€ hyprland/ # Configurations for Hyprland
β”‚ └── .config/hypr/ # Hyprland-specific settings
β”œβ”€β”€ zsh/ # Configurations for Zsh shell
β”‚ └── .zshrc # Zsh settings
└── README.md # Documentation (this file)

πŸš€ Getting Started

Follow these steps to use the dotfiles on your system:

1. Clone the Repository

Clone the dotfiles repository into your home directory or another directory of your choice:

git clone https://github.com/yourusername/dotfiles.git ~/dotfiles

2. Install GNU Stow

Make sure GNU Stow is installed on your system. On Arch Linux, you can install it with:

sudo pacman -S stow #arch

3. Apply Configurations

Use stow to create symbolic links for the desired configuration files. For example:

cd ~/dotfiles
stow hyprland

This will link the Hyprland configuration to ~/.config/hypr.

Feel free to fork this repository and make improvements. Pull requests are welcome!

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published