No description
.install | ||
hyprland/.config | ||
.stow-local-ignore | ||
README.md |
Streamline Your Setup with My Dotfiles ✨
Welcome to my personal dotfiles repository! Harness the power of automation to effortlessly manage your configurations across multiple systems.
What's Inside
This repository contains my carefully crafted configuration files for various tools and applications, including:
- Shell: zsh
- Terminal: alacritty
- ...and more!
Installation
-
Clone the Repository:
git clone https://github.com/hesam-init/.dotfiles.git ~/.dotfiles
-
Install stow:
- Debian:
sudo apt install stow
- Void Linux:
sudo xbps-install -Sy install stow
- Fedora/Red Hat:
sudo dnf install stow
- macOS (Homebrew):
brew install stow
- Debian:
Set Up Your Configs
-
Navigate to repository:
cd ~/.dotfiles
-
Symlink all configurations:
stow */
To selectively symlink specific configurations:
stow zsh alacritty zellij
Additional Notes
- Customization: Feel free to tweak the configurations to match your preferences.
- Contributions: Open to suggestions and improvements!
- Dependencies: Ensure any required dependencies are installed for the tools you use.
Enjoy a Smoother Workflow!
I hope this repository streamlines your setup and enhances your productivity. Feel free to explore, customize, and share your feedback!