mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-12 00:52:20 +00:00
chore(config): linting, removal of nb.sh
This commit is contained in:
@@ -61,5 +61,5 @@ have antigen && {
|
|||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh"
|
export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh"
|
||||||
[[ ! -f $P10K_LOCATION ]] || source $P10K_LOCATION
|
[[ ! -f $P10K_LOCATION ]] || source "$P10K_LOCATION"
|
||||||
|
|
||||||
|
|||||||
@@ -14,10 +14,6 @@ packages=(
|
|||||||
"github-release-notes"
|
"github-release-notes"
|
||||||
"neovim"
|
"neovim"
|
||||||
"corepack"
|
"corepack"
|
||||||
# CLI and local web plain text note‑taking, 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
|
for pkg in "${packages[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user