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.
This commit is contained in:
William Carroll 2018-04-23 17:24:01 -04:00
parent 863b29323c
commit cf94db8e04

View file

@ -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