8000 GitHub - AlexCS1337/dotfiles: Just a repository for my linux and wsl configs/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AlexCS1337/dotfiles

Repository files navigation

Dependencies

GNU Stow
nvChad (https://nvchad.com/docs/quickstart/install)
clink (if using Windows)

⚙️ 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
    
    # For Windows
    git clone https://github.com/mattialancellotti/Stow.git (Untested)
  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

0