No description
Find a file
2024-02-12 11:49:27 +03:30
.install init: hyprland config and other dots migrated to .dotfiles repo 2024-02-12 11:49:27 +03:30
hyprland/.config init: hyprland config and other dots migrated to .dotfiles repo 2024-02-12 11:49:27 +03:30
.stow-local-ignore init: hyprland config and other dots migrated to .dotfiles repo 2024-02-12 11:49:27 +03:30
README.md init: hyprland config and other dots migrated to .dotfiles repo 2024-02-12 11:49:27 +03:30

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

  1. Clone the Repository:

    git clone https://github.com/hesam-init/.dotfiles.git ~/.dotfiles
    
  2. 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
      

Set Up Your Configs

  1. Navigate to repository:

    cd ~/.dotfiles
    
  2. 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!