GNU Stow nvChad
To set up these dotfiles on your system, follow these steps:
-
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
-
Clone the repository to your home directory:
git clone https://github.com/AlexCS1337/dotfiles.git ~/dotfiles
-
Navigate to the repository:
cd ~/dotfiles
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.