jmorrowomni / .dotfiles

Generic set of dotfiles to get you started with a cisagov development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles - Portable configuration files

GitHub Build Status

This is an example repository for using a .dotfiles repository with stow to make your preferences portable across machines.

Fork this repo so you can customize it with your own information.

Prerequisites

You'll need a working installation of stow. The easiest way is Homebrew.

Repo Usage

  1. Check out the repository into your home directory:
cd ~
git clone git@github.com:cisagov/.dotfiles.git
  1. Stow all the packages from .dotfiles into your home directory either via the deploy.sh script.

Customization

You'll want to make some changes, e.g. username and email should be set to your own. You can do this by editing the files in your new ~/.dotfiles folder.

Generate a GPG key to sign your git commits etc and add it to the .gitconfig file - follow the prompts:

gpg --gen-key

New Repositories from a Skeleton

Please see our Project Setup guide for step-by-step instructions on how to start a new repository from a skeleton. This will save you time and effort when configuring a new repository!

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

License

This project is in the worldwide public domain.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

Generic set of dotfiles to get you started with a cisagov development environment

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 94.9%Language:Vim Script 5.1%