From cf94db8e043cd1e354b5a23221ddf23ab3bdae8c Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 23 Apr 2018 17:24:01 -0400 Subject: Update README Adds Google Chrome to the list of commonly used applications that aren't resolvable from `brew cask`. This may be the wrong assumption. I didn't look into it too much, but at first glance, I saw `-beta` version as well as Chrome Canary. Perhaps it's possible to resolve to a stable Chrome release... Will look into this later. Lints wrongly formatted code blocks. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index caf8caf91723..c3c744d69092 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dotfiles -I'm documenting this primarily for personal use. This reposity contains shell +I'm documenting this primarily for personal use. This repository contains shell configs, vim configs, emacs configs, a list of commonly used applications, and other items. @@ -79,7 +79,8 @@ By default `gpg2` interfaces with `gpg-agent`. `gpg` does not unless `--use-agent` is specified. I suggest using `gpg2`, but if you must use `gpg`, add the following entry to `~/.gnupg/gpg.conf`: -``` use-agent +``` +use-agent ``` ## GnuPG + Git @@ -99,7 +100,8 @@ $ git config --global gpg.program gpg2 Setup `gpg-agent` to use password caching by adding the following entries to `~/.gnupg/gpg-agent.conf`: -``` default-cache-ttl 300 max-cache-ttl 3600 +``` +default-cache-ttl 300 max-cache-ttl 3600 ``` @@ -205,6 +207,7 @@ The following applications need to be downloaded / installed manually: * oh-my-zsh: a full suite of z-shell extensions * homebrew: CLI for procuring third-party applications * slate.js: resize and move your windows with keyboard shortcuts +* google chrome: web browser ## Commonly used fonts -- cgit 1.4.1