Skip to content

Commit

Permalink
Install Krypton via Homebrew instead of separate step
Browse files Browse the repository at this point in the history
Was getting an "unsupported OS" error (kryptco/kr#308)

But it seems like it's possible to install this via Homebrew so I'm gonna go with that (see kryptco/kr#308 (comment))
  • Loading branch information
andrewwestling committed Apr 7, 2021
1 parent 07c6e33 commit 7cb92eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "kryptco/tap"
brew "awscli"
brew "mackup"
brew "mas"
Expand All @@ -13,6 +14,7 @@ brew "ruby-build"
brew "rbenv"
brew "yarn"
brew "zsh-git-prompt"
brew "kryptco/tap/kr", link: false
cask "1password"
cask "authy"
cask "bartender"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ Restore app settings from mackup
% mackup restore
```

## Kryptonite (SSH / GPG Keys)
## Krypton (SSH / GPG Keys)

```zsh
% curl https://krypt.co/kr | sh
% kr pair
% kr codesign
```
Expand Down

0 comments on commit 7cb92eb

Please sign in to comment.