Skip to content

🐧 These are my dotfiles.

License

Notifications You must be signed in to change notification settings

adriamontoto/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

86 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ£πŸ’» 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

  1. 🚢🏻 Change directory to the project folder
cd ~/.dotfiles

  1. πŸš€ 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



πŸ”Ό Back to top

πŸ”‘ License

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

πŸ”Ό Back to top