feat: add moar
parent
219adec417
commit
bfd9765d6c
|
@ -506,6 +506,7 @@ require("lazy").setup({
|
||||||
python = true,
|
python = true,
|
||||||
toml = true,
|
toml = true,
|
||||||
yaml = true,
|
yaml = true,
|
||||||
|
zsh = true,
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
@ -120,6 +120,12 @@ if command -v fnm &>/dev/null; then
|
||||||
eval "$(fnm env --use-on-cd)"
|
eval "$(fnm env --use-on-cd)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# https://github.com/walles/moar
|
||||||
|
if command -v moar &>/dev/null; then
|
||||||
|
export MOAR="-no-linenumbers -quit-if-one-screen -wrap"
|
||||||
|
export PAGER=moar
|
||||||
|
fi
|
||||||
|
|
||||||
# Depend on your company
|
# Depend on your company
|
||||||
# https://github.com/ankitpokhrel/jira-cli
|
# https://github.com/ankitpokhrel/jira-cli
|
||||||
# Remember to jira init local not cloud
|
# Remember to jira init local not cloud
|
||||||
|
|
|
@ -7,7 +7,4 @@ git -C ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions pull
|
||||||
git -C ~/.fzf pull
|
git -C ~/.fzf pull
|
||||||
~/.fzf/install --key-bindings --completion --update-rc --no-bash --no-fish
|
~/.fzf/install --key-bindings --completion --update-rc --no-bash --no-fish
|
||||||
|
|
||||||
# Less well known
|
|
||||||
deno upgrade
|
deno upgrade
|
||||||
|
|
||||||
nexustools -i
|
|
||||||
|
|
|
@ -8,5 +8,5 @@ nix-env -iA \
|
||||||
nixpkgs.fdupes nixpkgs.rsync nixpkgs.rclone nixpkgs.restic nixpkgs.taskwarrior \
|
nixpkgs.fdupes nixpkgs.rsync nixpkgs.rclone nixpkgs.restic nixpkgs.taskwarrior \
|
||||||
nixpkgs.ffmpegthumbnailer nixpkgs.asciinema-agg nixpkgs.yt-dlp nixpkgs.libjxl nixpkgs.newsboat \
|
nixpkgs.ffmpegthumbnailer nixpkgs.asciinema-agg nixpkgs.yt-dlp nixpkgs.libjxl nixpkgs.newsboat \
|
||||||
nixpkgs.btop nixpkgs.cpufetch nixpkgs.onefetch \
|
nixpkgs.btop nixpkgs.cpufetch nixpkgs.onefetch \
|
||||||
nixpkgs.clang-tools nixpkgs.python3 nixpkgs.pipx nixpkgs.gh \
|
nixpkgs.clang-tools nixpkgs.python3 nixpkgs.pipx nixpkgs.gh nixpkgs.moar \
|
||||||
nixpkgs.qmk
|
nixpkgs.qmk
|
||||||
|
|
|
@ -10,6 +10,7 @@ nix-env -uA \
|
||||||
nixpkgs.fdupes nixpkgs.rsync nixpkgs.rclone nixpkgs.restic nixpkgs.taskwarrior \
|
nixpkgs.fdupes nixpkgs.rsync nixpkgs.rclone nixpkgs.restic nixpkgs.taskwarrior \
|
||||||
nixpkgs.ffmpegthumbnailer nixpkgs.asciinema-agg nixpkgs.yt-dlp nixpkgs.libjxl nixpkgs.newsboat \
|
nixpkgs.ffmpegthumbnailer nixpkgs.asciinema-agg nixpkgs.yt-dlp nixpkgs.libjxl nixpkgs.newsboat \
|
||||||
nixpkgs.btop nixpkgs.cpufetch nixpkgs.onefetch \
|
nixpkgs.btop nixpkgs.cpufetch nixpkgs.onefetch \
|
||||||
nixpkgs.clang-tools nixpkgs.python3 nixpkgs.pipx nixpkgs.gh
|
nixpkgs.clang-tools nixpkgs.python3 nixpkgs.pipx nixpkgs.gh nixpkgs.moar \
|
||||||
|
nixpkgs.qmk
|
||||||
|
|
||||||
nix-collect-garbage -d --quiet
|
nix-collect-garbage -d --quiet
|
||||||
|
|
Loading…
Reference in New Issue