Welcome to my dotfiles repository! This collection contains my personalized configuration files tailored for various development environments.
To begin using these dotfiles, clone this repository to your preferred location:
git clone https://github.com/alan910127/dotfiles.git ~/.dotfiles
After cloning, navigate into the dotfiles directory:
cd ~/.dotfiles
Since these configurations are organized to reflect their placement in the home directory, you can now utilize GNU Stow to seamlessly symlink them:
For instance, to symlink the configuration for Neovim:
stow -t ~ nvim
Once the applications are stowed, feel free to start using them immediately. However, if the configurations are not applied as expected, reopen your shell to ensure the changes take effect.
For an enhanced experience with these configurations, ensure you have the following tools installed:
These dependencies complement the functionality of the configured tools and contribute to a smoother workflow.