chore(config): linting, removal of nb.sh

This commit is contained in:
2023-08-27 15:01:18 +03:00
parent 1ffa9dfc9d
commit a81c8e56a8
2 changed files with 1 additions and 5 deletions

View File

@@ -61,5 +61,5 @@ have antigen && {
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh"
[[ ! -f $P10K_LOCATION ]] || source $P10K_LOCATION
[[ ! -f $P10K_LOCATION ]] || source "$P10K_LOCATION"

View File

@@ -14,10 +14,6 @@ packages=(
"github-release-notes"
"neovim"
"corepack"
# CLI and local web plain text notetaking, bookmarking, and archiving
# with linking, tagging, filtering, search, Git versioning & syncing,
# Pandoc conversion, + more, in a single portable script.
"nb.sh"
)
for pkg in "${packages[@]}"; do