https://github.com/gedex/dotfiles
My dotfiles
https://github.com/gedex/dotfiles
Last synced: over 1 year ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/gedex/dotfiles
- Owner: gedex
- License: mit
- Created: 2018-12-03T14:10:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T04:31:19.000Z (over 1 year ago)
- Last Synced: 2025-02-15T08:24:25.213Z (over 1 year ago)
- Language: Shell
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Dotfiles
My OSX / Ubuntu / Debian dotfiles. Based on [cowboy's dotfiles](https://github.com/cowboy/dotfiles).
## Install
```
# with curl:
bash -c "$(curl -fsSL https://raw.github.com/gedex/dotfiles/master/bin/dotfiles)" && source ~/.bashrc
# with wget:
bash -c "$(wget -qO- https://raw.github.com/gedex/dotfiles/master/bin/dotfiles)" && source ~/.bashrc
```