Welcome to the repository for my dotfiles! This repository contains configuration files for various programs and tools that I use on a daily basis. By using a tool like stow
, you can easily symlink these configuration files to your home directory, allowing you to quickly set up your development environment on any system.
To get started, follow these simple steps:
-
Clone the Repository: Clone this repository to your local machine.
git clone https://github.com/danielcorreia-dev/.dotfiles.git
-
Install
stow
: Ensure thatstow
is installed on your system. If not, you can typically install it through your package manager.-
On Debian/Ubuntu:
sudo apt-get install stow
-
On macOS (using Homebrew):
brew install stow
-
-
Navigate to the Repository: Move into the cloned repository directory.
cd .dotfiles
-
Use
stow
to Manage Configurations: Usestow
to symlink the desired configurations to your home directory.stow <directory_name>
Replace
<directory_name>
with the name of the directory containing the configurations you want to use. For example, if you want to symlink thevim
configurations:stow vim
Or if you wanna stow all configurations from this repository just do:
stow .
-
Enjoy your Configurations: That's it! Your configuration files should now be symlinked to your home directory, and you can start using your preferred settings for various programs.
If you have any improvements or suggestions for my dotfiles, feel free to open an issue or submit a pull request. I'm always open to new ideas and optimizations
This repository is licensed under the MIT License, so feel free to fork, modify, and distribute the code as you see fit.