My dotfiles repository is a collection of configuration ⚒️ files designed to personalize and enhance my development environment. It serves as a toolbox 🧰 for customizing the shell, editor, and various tools, streamlining workflows, and boosting productivity 📈.
The main aim 🎯 of this repository is to enable to set up a new machine quickly, maintain consistent settings across different environments and securely safeguard the configuration files.
1. 🌱 Clone the repository at your home directory
git clone git@github.com:adriamontoto/.dotfiles.git ~/.dotfiles
2. 🚶🏻 Change directory to the project folder
cd ~/.dotfiles
3. 🚀 Run the installation script depending on your operating system
In unix systems:
./setup.sh
In Windows systems:
.\setup.ps1
This project is licensed under the terms of the MIT license
.