https://github.com/kopelli/dot-files
A location for all of my dot-files (or underscore files if necessary) that can be synchronized across machines
https://github.com/kopelli/dot-files
dot-files
Last synced: 8 months ago
JSON representation
A location for all of my dot-files (or underscore files if necessary) that can be synchronized across machines
- Host: GitHub
- URL: https://github.com/kopelli/dot-files
- Owner: kopelli
- License: other
- Created: 2014-06-17T00:42:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T20:34:13.000Z (9 months ago)
- Last Synced: 2025-01-22T21:28:28.408Z (9 months ago)
- Topics: dot-files
- Language: Shell
- Size: 198 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dot-files
My individual settings for dot files on a machine I work on.## Install
Clone the repo locally and execute `./install.sh`
-or-
run
```bash
bash -c "$(curl --output - https://raw.githubusercontent.com/kopelli/dot-files/master/install.sh)"
```