From 506ef00045f35a705d3736ab0fa464dbe0ed5fe3 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Mon, 17 Mar 2025 10:05:00 -0400 Subject: [PATCH] nb config --- home/dot_nbrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 home/dot_nbrc diff --git a/home/dot_nbrc b/home/dot_nbrc new file mode 100644 index 0000000..6061eda --- /dev/null +++ b/home/dot_nbrc @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +############################################################################### +# .nbrc +# +# Configuration file for `nb`, a command line note-taking, bookmarking, +# and knowledge base application with encryption, search, Git-backed syncing, +# and more in a single portable script. +# +# Edit this file manually or manage settings using the `nb settings` +# subcommand. Configuration options are set as environment variables, eg: +# export NB_ENCRYPTION_TOOL=gpg +# +# https://github.com/xwmx/nb +###############################################################################