From 9539f09e83f50406d56d87a33de7db068bb6c6f9 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 16 Sep 2025 12:59:11 +0200 Subject: [PATCH] [Install] Add pager --- install | 4 ++-- system/environment | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/install b/install index 7f92f23..9a031b0 100755 --- a/install +++ b/install @@ -69,7 +69,7 @@ echo " ==> Installing nvim... " sleep 2 -yay -S --noconfirm --noremovemake neovim lua lua-language-server tree-sitter tree-sitter-cli texlab stylua luarocks jdtls perl julia pyright vscode-css-languageserver vscode-html-languageserver bash-language-server python-black proselint asmfmt typescript-language-server shfmt sass ruby eslint_d +yay -S --noconfirm --noremovemake neovim lua lua-language-server tree-sitter tree-sitter-cli texlab stylua luarocks jdtls perl julia pyright vscode-css-languageserver vscode-html-languageserver bash-language-server python-black proselint asmfmt typescript-language-server shfmt sass ruby eslint_d nvimpager sudo npm i -g @vue/typescript-plugin # Internet @@ -84,7 +84,7 @@ echo " ==> Installing other utilities... " sleep 2 -yay -S --noconfirm --noremovemake okular vlc nextcloud-client p7zip zip unzip noto-fonts pavucontrol light fastfetch bashtop hugo uxplay upower gdu dig nwg-look serpl fcitx5 qalculate-gtk openconnect light blueman xdg-desktop-portal-termfilechooser-hunkyburrito-git lazygit +yay -S --noconfirm --noremovemake okular vlc nextcloud-client p7zip zip unzip noto-fonts pavucontrol light fastfetch bashtop hugo uxplay upower gdu dig nwg-look serpl fcitx5 qalculate-gtk openconnect light blueman xdg-desktop-portal-termfilechooser-hunkyburrito-git lazygit tldr # LaTeX echo " diff --git a/system/environment b/system/environment index ec4eb38..6df9cac 100644 --- a/system/environment +++ b/system/environment @@ -14,3 +14,5 @@ VKD3D_CONFIG=dxr11,dxr RADV_PERFTEST_RT=1 ANDROID_HOME=/home/janis/Android/Sdk EDITOR=nvim +PAGER=nvimpager +MANPAGER=nvimpager