Skip to content

Just a repository for my linux and wsl configs/dotfiles

Notifications You must be signed in to change notification settings

AlexCS1337/dotfiles

Repository files navigation

Dependencies

GNU Stow nvChad

⚙️ Installation

To set up these dotfiles on your system, follow these steps:

  1. Ensure GNU Stow is installed on your system:

    # For Debian-based systems
    sudo apt-get install stow
    
    # For Arch-based systems
    sudo pacman -S stow
    
    # For Red Hat-based systems
    sudo yum install stow
    
    # For macOS
    brew install stow
  2. Clone the repository to your home directory:

    git clone https://github.com/AlexCS1337/dotfiles.git ~/dotfiles
  3. Navigate to the repository:

    cd ~/dotfiles

Usage

This dotfiles repository is organized by tool or application. Use Stow to apply the configuration for a particular tool. For example:

stow alacritty
stow tmux
stow nvim
# ... and so on

or stow */ can be used to symlink all the configurations at once.

About

Just a repository for my linux and wsl configs/dotfiles

Resources

Stars

Watchers

Forks