about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-04-23T21·24-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-04-24T17·58-0400
commitcf94db8e043cd1e354b5a23221ddf23ab3bdae8c (patch)
treeedb2cbc062878d5aa1123d059ab54468eb2f23f2 /README.md
parent863b29323c8ec641a28a484bee1ffa86b79b4bbc (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index caf8caf917..c3c744d690 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