Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.43 KB

README.md

File metadata and controls

67 lines (42 loc) · 1.43 KB

🐣💻 My dotfiles

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.

Table of Contents

🔼 Back to top



📥 Installation

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

🔼 Back to top



🔑 License

This project is licensed under the terms of the MIT license.

🔼 Back to top