GithubHelp home page GithubHelp logo

dotfiles's Introduction

Huge "Thank You!" to rizowski for turning me on to this awesome tool!

My .Dots

Getting started

  1. Clone this repo
  2. run ./install
  3. follow prompts
  4. done

Tech used:

Tips

To remove work-profile and aws-credentials from being tracked on git. run the following:

git update-index --assume-unchanged ./files/work-profile ./files/aws-credentials

GPG Signing

Creating a new key

(Leaving this here but I'm not using GPG signing at this point)

Requirements:

  • GPG (brew install gpg)
  • Git >= v2.0 (brew install git && brew link git)
  • Keybase.app (brew cask install keybase)
$ keybase pgp gen --multi
# Enter your real name, which will be publicly visible in your new key: Example Exampleton
# Enter a public email address for your key: [email protected]
# Enter another email address (or <enter> when done):
# Push an encrypted copy of your new secret key to the Keybase.io server? [Y/n] Y
# ▶ INFO PGP User ID: Example Exampleton <[email protected]> [primary]
# ▶ INFO Generating primary key (4096 bits)
# ▶ INFO Generating encryption subkey (4096 bits)
# ▶ INFO Generated new PGP key:
# ▶ INFO   user: Example Exampleton <[email protected]>
# ▶ INFO   4096-bit RSA key, ID CC66B456E865BBEE, created 2016-04-06
# ▶ INFO Exported new key to the local GPG keychain

Git Setup

$ gpg --list-secret-keys --keyid-format LONG
# /Users/$USERNAME/.gnupg/secring.gpg
# ----------------------------------
# sec   4096R/865BBEE 2018-06-05 [expires: 2032-06-05]
# uid                  Example Exampleton <[email protected]>

$ git config --global user.signingkey 865BBEE
$ git config --global commit.gpgsign true

Saving Generated Key to Github

$ keybase pgp export -q CB86A866E870EE00 | pbcopy && open https://github.com/settings/keys

Import Keybase GPG keys

$ keybase pgp export
# ▶ WARNING Found several matches:
# user: Example Exampleton <[email protected]>
# 4096-bit RSA key, ID 865BBEE, created 2018-06-05

# user: Other Key <[email protected]>
# 4096-bit RSA key, ID 3F4GD5, created 2018-04-23

$ keybase pgp export -q 865BBEE | gpg --import
$ keybase pgp export -q 865BBEE --secret | gpg --allow-secret-key-import --import

https://josnun.com/posts/managing-dotfiles-and-zsh-with-dotbot-and-antigen/

Things you might still need

yarn global add expo-cli Zoom or WebEx or...

Things you might NOT need

Do you really need every program in the Brewfile?

dotfiles's People

Contributors

smcgee31 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.