Skip to content

Instantly share code, notes, and snippets.

@cedwards
Created July 4, 2018 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cedwards/25eed09e8391a615aa3e8bcfc3a3dfb2 to your computer and use it in GitHub Desktop.
Save cedwards/25eed09e8391a615aa3e8bcfc3a3dfb2 to your computer and use it in GitHub Desktop.
??
ishmael repos # cat *.conf
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
enabled: yes
}
my.private.repo: {
url: "https://my.private.repo/11amd64-default",
signature_type: "pubkey",
pubkey: "/usr/local/etc/ssl/my.private.repo.pub",
enabled: no
}
ishmael repos #
ishmael repos # pkg info -a | grep git
git-lite-2.18.0 Distributed source code management tool (lite package)
ishmael repos # pkg info -a | grep zsh-antigen
ishmael repos #
ishmael repos # pkg install zsh-antigen
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 14 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
zsh-antigen: 2.2.3 [FreeBSD]
git: 2.18.0 [FreeBSD]
p5-CGI: 4.38 [FreeBSD]
p5-HTML-Parser: 3.72 [FreeBSD]
p5-HTML-Tagset: 3.20_1 [FreeBSD]
perl5: 5.26.2 [FreeBSD]
p5-Authen-SASL: 2.16_1 [FreeBSD]
p5-GSSAPI: 0.28_1 [FreeBSD]
p5-Digest-HMAC: 1.03_1 [FreeBSD]
python27: 2.7.15 [FreeBSD]
readline: 7.0.3_1 [FreeBSD]
libffi: 3.2.1_2 [FreeBSD]
p5-Error: 0.17026 [FreeBSD]
cvsps: 2.1_2 [FreeBSD]
Number of packages to be installed: 14
The process will require 152 MiB more space.
30 MiB to be downloaded.
Proceed with this action? [y/N]: N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment