An open API service indexing awesome lists of open source software.

https://github.com/adriamontoto/.dotfiles

🐧 These are my dotfiles.
https://github.com/adriamontoto/.dotfiles

alias bash dotfiles git linux powershell productivity shell terminal zsh

Last synced: 4 months ago
JSON representation

🐧 These are my dotfiles.

Awesome Lists containing this project

README

          

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

- [πŸ“₯ Installation](#installation)
- [πŸ”‘ License](#license)


πŸ”Ό Back to top



## πŸ“₯ Installation

**1. 🌱 Clone the repository at your home directory**

```bash
git clone git@github.com:adriamontoto/.dotfiles.git ~/.dotfiles
```


**2. 🚢🏻 Change directory to the project folder**

```bash
cd ~/.dotfiles
```


**3. πŸš€ Run the installation script depending on your operating system**

In unix systems:

```bash
./setup.sh
```


In Windows systems:

```powershell
.\setup.ps1
```


πŸ”Ό Back to top



## πŸ”‘ License

This project is licensed under the terms of the [`MIT license`](https://github.com/adriamontoto/.dotfiles/blob/master/LICENSE.md).


πŸ”Ό Back to top