https://github.com/teohm/dots
My new dot files for macos
https://github.com/teohm/dots
dotfiles
Last synced: 2 months ago
JSON representation
My new dot files for macos
- Host: GitHub
- URL: https://github.com/teohm/dots
- Owner: teohm
- Created: 2017-06-23T03:11:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T22:02:44.000Z (over 6 years ago)
- Last Synced: 2025-02-05T04:49:14.693Z (over 1 year ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dots
This is my personal dotfiles.
I'm using a [simple git-based workflow](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/) to manage these files. It works surprisingly well for me.
## Install
```
curl -Ls https://raw.github.com/teohm/dots/master/bin/dots-install | bash
```
## Setup
```
bin/setup
```
## Want to use it?
DO NOT install this directly on your machine, because I hardcoded my personal URLs in setup and install scripts.
Fork and modify `bin/dots-install` and `bin/setup`.
This work is under public domain, so feel free to use it :)