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 [email protected]: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
.