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

https://github.com/r3nanp/my-dotfiles

My personal dotfiles
https://github.com/r3nanp/my-dotfiles

bash dotfiles git vscode zsh zshell

Last synced: 3 months ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

          

# My Personal Dotfiles

## Requirements

- `git`
- `bash` (comes by default in most systems)

## Replication

** Run the following command to replicate these dotfiles in your machine:
```sh
curl -Lks https://raw.githubusercontent.com/r3nanp/my-dotfiles/main/install-dotfiles.sh | /bin/bash
```

This management approach wasn't created by me. [Durdn previously made a post about it](https://www.atlassian.com/git/tutorials/dotfiles).