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.
- π± Clone the repository at your home directory
git clone git@github.com:adriamontoto/.dotfiles.git ~/.dotfiles
- πΆπ» Change directory to the project folder
cd ~/.dotfiles
- π Run the installation script depending on your operating system
Warning
Currently there is no installation script so you will have to manually copy the files to the correct location or create symlinks.
In unix systems:
./setup.sh
In Windows systems:
.\setup.ps1
This project is licensed under the terms of the MIT license.