https://github.com/skyzyx/dotfiles
A few of my more sharable dotfiles.
https://github.com/skyzyx/dotfiles
dotfiles sharable-dotfiles
Last synced: about 1 month ago
JSON representation
A few of my more sharable dotfiles.
- Host: GitHub
- URL: https://github.com/skyzyx/dotfiles
- Owner: skyzyx
- License: unlicense
- Created: 2016-03-12T00:34:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T08:31:40.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T18:15:20.893Z (about 1 year ago)
- Topics: dotfiles, sharable-dotfiles
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dotfiles
A few of my more sharable dotfiles, configuration files, and tiny utilities. Use what you want, ignore the rest.
The `install.sh` script is very, very dumb. It will **overwrite** any existing files with the same name. I built this for me, not you. Sorry. :(
```bash
curl -s https://raw.githubusercontent.com/skyzyx/dotfiles/master/install.sh | bash
```