feat: add moar

main
sudo pacman -Syu 2024-03-11 01:06:52 +07:00
parent 219adec417
commit bfd9765d6c
5 changed files with 10 additions and 5 deletions

View File

@ -506,6 +506,7 @@ require("lazy").setup({
python = true,
toml = true,
yaml = true,
zsh = true,
}
end,
},

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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