feat: add moar
parent
219adec417
commit
bfd9765d6c
|
@ -506,6 +506,7 @@ require("lazy").setup({
|
|||
python = true,
|
||||
toml = true,
|
||||
yaml = true,
|
||||
zsh = true,
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
|
|
@ -120,6 +120,12 @@ if command -v fnm &>/dev/null; then
|
|||
eval "$(fnm env --use-on-cd)"
|
||||
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
|
||||
# https://github.com/ankitpokhrel/jira-cli
|
||||
# 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
|
||||
~/.fzf/install --key-bindings --completion --update-rc --no-bash --no-fish
|
||||
|
||||
# Less well known
|
||||
deno upgrade
|
||||
|
||||
nexustools -i
|
||||
|
|
|
@ -8,5 +8,5 @@ nix-env -iA \
|
|||
nixpkgs.fdupes nixpkgs.rsync nixpkgs.rclone nixpkgs.restic nixpkgs.taskwarrior \
|
||||
nixpkgs.ffmpegthumbnailer nixpkgs.asciinema-agg nixpkgs.yt-dlp nixpkgs.libjxl nixpkgs.newsboat \
|
||||
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
|
||||
|
|
|
@ -10,6 +10,7 @@ nix-env -uA \
|
|||
nixpkgs.fdupes nixpkgs.rsync nixpkgs.rclone nixpkgs.restic nixpkgs.taskwarrior \
|
||||
nixpkgs.ffmpegthumbnailer nixpkgs.asciinema-agg nixpkgs.yt-dlp nixpkgs.libjxl nixpkgs.newsboat \
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue