https://github.com/jayharris/dotfiles
https://github.com/jayharris/dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayharris/dotfiles
- Owner: jayharris
- License: mit
- Created: 2017-01-02T18:23:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T04:21:50.000Z (about 1 year ago)
- Last Synced: 2025-03-27T10:21:38.894Z (4 months ago)
- Language: Shell
- Size: 60.5 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT.txt
Awesome Lists containing this project
README
# dotfiles (jayharris)
## Installation
**Warning:** These are my preferred settings. Use at your own risk!
### Using Git and the bootstrap script
You can clone the repository; the bootstrapper script will pull in the latest version and copy the files to your home folder.
```bash
git clone https://github.com/jayharris/dotfiles.git && cd dotfiles && source bootstrap.sh
```To update, `cd` into your local `dotfiles` repository and then:
```bash
source bootstrap.sh [--force]
```### Git-free install
To install these dotfiles without Git:
```bash
cd; curl -#L https://github.com/jayharris/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,.osx,LICENSE-MIT.txt}
```To update later on, just run that command again.
## Feedback
Suggestions/improvements are
[welcome and encouraged](https://github.com/jayharris/dotfiles/issues)!## Author
| [](http://twitter.com/jayharris "Follow @jayharris on Twitter") |
|---|
| [Jay Harris](http://twitter.com/jayharris/) |## Thanks to…
* [dotfiles](http://mths.be/dotfiles) repository by [Mathias Bynens](http://mathiasbynens.be/)