Quickly install (or replace) only the dotfiles using curl
and tar
:
# Navigate to your project‘s root:
$ cd foo/
# Backup existing dotfiles (optional):
$ mv .editorconfig .editorconfig_bak && mv .gitattributes .gitattributes_bak && mv .gitignore .gitignore_bak
# Install dotfiles:
$ curl -#L https://github.com/mhulse/gh-boiler/tarball/master | tar -xzv --strip-components 1 --include=*/{.editorconfig,.gitattributes,.gitignore} --exclude=*/**/*
Boilerplate README.md
verbiage follows …
A quick brown fox jumps over the lazy dog.
A quick brown fox jumps over the lazy dog.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna.
Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.
Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus.
Click or scan:
DEVELOPMENT | PRODUCTION |
---|---|
A quick brown fox jumps over the lazy dog.
Please read the CONTRIBUTING.md.
Bugs? Constructive feedback? Questions?
Copyright © YYYY-YY First Last. All rights reserved.
Unauthorized use and/or duplication of this material, without express and written permission from the owner, is strictly prohibited.
Copyright © YYYY-YY First Last.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.