Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 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 [email protected]:adriamontoto/.dotfiles.git ~/.dotfiles
```

2. 🚢🏻 Change directory to the project folder
```bash
cd ~/.dotfiles
```

3. πŸš€ 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:
```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://choosealicense.com/licenses/mit/).



πŸ”Ό Back to top