Skip to content

alan910127/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4493528 · Aug 13, 2024

History

75 Commits
Aug 13, 2024
May 17, 2024
Aug 13, 2024
Aug 13, 2024
Aug 13, 2024
Aug 13, 2024
Aug 10, 2024
May 16, 2024
Mar 9, 2024
May 21, 2024
Apr 13, 2024
Aug 13, 2024
Apr 13, 2024
Aug 10, 2024

Repository files navigation

Dotfiles

Welcome to my dotfiles repository! This collection contains my personalized configuration files tailored for various development environments.

Installation

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.

Notes

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.