Ecosyste.ms: Awesome
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: about 2 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T20:35:12.000Z (2 months ago)
- Last Synced: 2024-11-05T21:31:56.431Z (2 months ago)
- Topics: alias, bash, dotfiles, git, linux, powershell, productivity, shell, terminal, zsh
- Language: Shell
- Homepage:
- Size: 636 KB
- Stars: 2
- 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 [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
```
## π License
This project is licensed under the terms of the [MIT license](https://choosealicense.com/licenses/mit/).