Welcome to my dotfiles repository! These configuration files are managed using GNU Stow, making it easy to maintain and organize configurations across different applications and environments on Linux.
This repo contains dotfiles for various applications and tools, all stored in their respective directories under .config
. Below is a breakdown of the key configurations included:
To use these dotfiles on your Linux machine, you can clone the repository and use GNU Stow to symlink the configuration files to your home directory. Follow the steps below:
git clone https://github.com/souravkhan12/.dotfiles.git
cd .dotfiles
If you don’t have Stow installed, you can do so with the following command:
sudo apt install stow # For Ubuntu/Debian-based systems
sudo pacman -S stow # For Arch-based systems
stow alacritty
stow i3
stow nvim