Nothing fancy, Just my personal dotfiles...
Before installing your dotfiles, ensure you have the stow package manager installed.
Arch based:
sudo pacman -S stowDebian/Ubuntu based:
sudo apt install stow- Clone this repository:
git clone https://github.com/shaaanuu/dotfiles.git
- Navigate to your dotfiles directory:
cd dotfiles - Use stow to link configuration files:
To install a specific package (e.g.,
alacritty), run:To install multiple packages, separate them with spaces:stow alacritty
stow alacritty i3 neofetch
Disclaimer: Using stow incorrectly can potentially overwrite important system files. Proceed with caution and refer to the stow documentation for detailed guidance. And never blame me for any damages...