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
- Host: GitHub
- URL: https://github.com/r3nanp/my-dotfiles
- Owner: r3nanp
- Created: 2021-11-07T01:02:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T15:37:00.000Z (over 4 years ago)
- Last Synced: 2025-01-17T16:26:58.919Z (over 1 year ago)
- Topics: bash, dotfiles, git, vscode, zsh, zshell
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).