Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayharris/dotfiles
https://github.com/jayharris/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayharris/dotfiles
- Owner: jayharris
- License: mit
- Created: 2017-01-02T18:23:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T04:21:50.000Z (7 months ago)
- Last Synced: 2024-10-31T22:42:22.413Z (2 months ago)
- Language: Shell
- Size: 60.5 KB
- Stars: 10
- Watchers: 5
- 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
| [![twitter/jayharris](http://gravatar.com/avatar/1318668b99b2d5a3900f3f7758763a69?s=70)](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/)