Little package corrections
This commit is contained in:
parent
3a75ed8590
commit
62de086fe2
|
@ -8,9 +8,9 @@ case $1 in
|
||||||
(zsh|zmv) # https://unix.stackexchange.com/questions/19290/zmv-for-zsh-dry-runs-and-man-pages
|
(zsh|zmv) # https://unix.stackexchange.com/questions/19290/zmv-for-zsh-dry-runs-and-man-pages
|
||||||
for last; do true; done
|
for last; do true; done
|
||||||
# need to install zsh-doc package for info pages
|
# need to install zsh-doc package for info pages
|
||||||
info --vi-keys "$(test "$last" != zsh && echo "--index-search=$last")" zsh ||
|
info --vi-keys $(test "$last" != zsh && echo "--index-search=$last") zsh ||
|
||||||
LESS="$LESS +/^ *$last *\\[" man zshall;;
|
LESS="$LESS +/^ *$last *\\[" man zshall;;
|
||||||
(gh|chordpro|bat|pdfjam|reflector|topgrade|r128gain) unbuffer "$@" --help | $paginate;;
|
(gh|chordpro|bat|pdfjam|reflector|topgrade|r128gain|7z) unbuffer "$@" --help | $paginate;;
|
||||||
(caddy|stretchly|go) "$1" help "${@:2}" | $paginate;;
|
(caddy|stretchly|go) "$1" help "${@:2}" | $paginate;;
|
||||||
(plantuml) unbuffer "$@" -help | $paginate;;
|
(plantuml) unbuffer "$@" -help | $paginate;;
|
||||||
(vlc) unbuffer vlc --full-help "${@:2}" | $paginate;;
|
(vlc) unbuffer vlc --full-help "${@:2}" | $paginate;;
|
||||||
|
|
|
@ -31,13 +31,13 @@ and configuration for ~less~ and ~fzf~.
|
||||||
# Use org-yank-visible
|
# Use org-yank-visible
|
||||||
- essentials :: curl git zsh bat neovim man-db
|
- essentials :: curl git zsh bat neovim man-db
|
||||||
- basic tools :: tree wget texinfo fzf expect zoxide mlocate
|
- basic tools :: tree wget texinfo fzf expect zoxide mlocate
|
||||||
- arch basics :: fd ripgrep zsh-completions python-pynvim unrar man-pages base-devel topgrade
|
- arch basics :: fd ripgrep zsh-completions python-pynvim unrar man-pages base-devel topgrade
|
||||||
- dotfiles :: yadm
|
- dotfiles :: yadm
|
||||||
: yadm clone --bootstrap git@git.jfischer.org:xeruf/dotfiles.git
|
: yadm clone --bootstrap git@git.jfischer.org:xeruf/dotfiles.git
|
||||||
: yadm clone --bootstrap https://git.jfischer.org/xeruf/dotfiles.git
|
: yadm clone --bootstrap https://git.jfischer.org/xeruf/dotfiles.git
|
||||||
Run ~bootstrap~ after starting ZSH
|
Run ~bootstrap~ after starting ZSH
|
||||||
** Applications
|
** Applications
|
||||||
- utilities :: youtube-dl dos2unix
|
- utilities :: youtube-dl dos2unix rlwrap
|
||||||
- powertools :: hexedit hexyl [[https://lftp.yar.ru/][lftp]] glances zsh-doc pacman-contrib
|
- powertools :: hexedit hexyl [[https://lftp.yar.ru/][lftp]] glances zsh-doc pacman-contrib
|
||||||
- multitools :: ffmpeg imagemagick pandoc
|
- multitools :: ffmpeg imagemagick pandoc
|
||||||
- documents :: pdftk java-commons-lang
|
- documents :: pdftk java-commons-lang
|
||||||
|
@ -48,7 +48,7 @@ git clone https://aur.archlinux.org/yay.git /tmp/yay
|
||||||
cd /tmp/yay
|
cd /tmp/yay
|
||||||
makepkg -si
|
makepkg -si
|
||||||
#+end_src
|
#+end_src
|
||||||
- aur recommendations :: [[https://github.com/mookid/diffr][diffr]] tldr++ sc-im espanso timg audiowaveform python-dictcc
|
- aur recommendations :: [[https://github.com/mookid/diffr][diffr]] tldr++ sc-im espanso-bin timg audiowaveform python-dictcc
|
||||||
- bluetooth :: bluez bluez-utils pulseaudio-bluetooth
|
- bluetooth :: bluez bluez-utils pulseaudio-bluetooth
|
||||||
- git tools :: git-bug git-lfs git-crypt git-remote-gcrypt github-cli
|
- git tools :: git-bug git-lfs git-crypt git-remote-gcrypt github-cli
|
||||||
- pass :: pass pass-otp pass-extension-tail pass-clip
|
- pass :: pass pass-otp pass-extension-tail pass-clip
|
||||||
|
|
Loading…
Reference in New Issue