https://github.com/evangilo/dotfiles
My dotfiles
https://github.com/evangilo/dotfiles
dotfiles
Last synced: about 1 month ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/evangilo/dotfiles
- Owner: evangilo
- Created: 2018-02-04T16:56:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T12:46:17.000Z (about 4 years ago)
- Last Synced: 2025-06-30T20:05:59.026Z (11 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 173 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
You can install or update the dotfiles via the command-line with either curl or wget.
### curl
```sh
curl -o- https://raw.githubusercontent.com/evangilo/dotfiles/master/setup.sh | bash
```
### wget
```sh
wget -qO- https://raw.githubusercontent.com/evangilo/dotfiles/master/setup.sh | bash
```