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.
- Host: GitHub
- URL: https://github.com/adriamontoto/.dotfiles
- Owner: adriamontoto
- License: mit
- Created: 2024-03-30T10:51:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-21T10:17:33.000Z (11 months ago)
- Last Synced: 2025-12-22T19:44:54.960Z (6 months ago)
- Topics: alias, bash, dotfiles, git, linux, powershell, productivity, shell, terminal, zsh
- Language: Shell
- Homepage:
- Size: 676 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
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)
## π₯ 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
```
## π License
This project is licensed under the terms of the [`MIT license`](https://github.com/adriamontoto/.dotfiles/blob/master/LICENSE.md).