Skip to content

harrybaines/dotfiles

Repository files navigation

My Coding Setup

🚀 My Dotfiles

A carefully curated collection of my personal development environment configurations

🚀 Installation

These dotfiles are managed using GNU Stow, a symlink farm manager that makes it easy to maintain dotfiles.

  1. First, clone this repository:

    git clone https://github.com/harrybaines/dotfiles.git ~/dotfiles
    cd ~/dotfiles
  2. Install GNU Stow:

    # On Ubuntu/Debian
    sudo apt install stow
    
    # On macOS
    brew install stow
    
    # On Arch Linux
    sudo pacman -S stow
  3. Use Stow to symlink configurations:

    # Link all configurations
    stow */
    
    # Or link specific configurations
    stow aerospace
    stow nvim

🛠️ Requirements

  • GNU Stow
  • Git
  • Terminal emulator

📝 Notes

  • Backup your existing configurations before installing these dotfiles
  • Some configurations might need additional software to be installed
  • Feel free to cherry-pick the configurations you want to use

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


⭐ Star this repository if you find it helpful!

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages