This repository contains my personal dotfiles, which are configuration files for various command-line tools and applications.
You'll need GNU Stow installed on your system for smooth installation of these configs. You can read more about managing dotfiles using GNU Stow.
After the cloning this repository, you can get the required config files by using the following commands:
$ stow --target=<your home directory> <package-name>
# For example:
$ stow --target=<your home directory> starship
$ stow --target=<your home directory> nvim
You can stow everything at once:
$ stow --target=/home/jatin */
Make sure to use */
instead of *
to match only directories, and not the README files.
If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Contributions are welcome! If you find this repository useful, make sure to leave a star.