Compare commits
No commits in common. "977253676e12c1dc11dd6f1394e2ac375e65a35c" and "d3d9c24af29407c35e12b2303a09dd1bd0890bda" have entirely different histories.
977253676e
...
d3d9c24af2
|
@ -20,7 +20,6 @@ ZSH_COMPAT_BASH_COMPLETION=${ZSH_COMPAT_BASH_COMPLETION:-1}
|
|||
ZSH_CUSTOM=${ZSH_CUSTOM:-1}
|
||||
ZSH_DEFAULT_TERM=${ZSH_DEFAULT_TERM:-1}
|
||||
ZSH_GPG_PINENTRY_FIX=${ZSH_GPG_PINENTRY_FIX:-1}
|
||||
ZSH_LOGO_LS=${ZSH_LOGL_LS:-$(when_binary_available logo-ls)}
|
||||
ZSH_PIPX=${ZSH_PIPX:-$(when_binary_available pipx)}
|
||||
ZSH_POWERLINE="${ZSH_POWERLINE:-1}"
|
||||
ZSH_PRINT_REBOOT_REQUIRED=${ZSH_PRINT_REBOOT_REQUIRED:-0} # hacky, see below
|
||||
|
@ -187,14 +186,6 @@ if [ $ZSH_GPG_PINENTRY_FIX -gt 0 ]; then
|
|||
fi
|
||||
section_end
|
||||
|
||||
# logo-ls
|
||||
section "logo-ls"
|
||||
if [ $ZSH_LOGO_LS -gt 0 ]; then
|
||||
log "Aliasing ls to logo-ls"
|
||||
alias ls=logo-ls
|
||||
fi
|
||||
section_end
|
||||
|
||||
# sugar to easily connect to remote docker hosts through SSH
|
||||
section "ssh-based remote docker access"
|
||||
ssh_docker() {
|
||||
|
|
|
@ -111,8 +111,7 @@ if has_tags pm:pacman; then
|
|||
# from here on we should have yay available
|
||||
yay_install \
|
||||
zsh \
|
||||
zsh-syntax-highlighting \
|
||||
logo-ls
|
||||
zsh-syntax-highlighting
|
||||
|
||||
if has_tags desktop; then
|
||||
yay_install \
|
||||
|
@ -120,6 +119,9 @@ if has_tags pm:pacman; then
|
|||
ttf-nerd-fonts-symbols \
|
||||
ttf-fira-code \
|
||||
yakuake
|
||||
else
|
||||
yay_install \
|
||||
rxvt-unicode-terminfo
|
||||
fi
|
||||
|
||||
# pip
|
||||
|
|
Loading…
Reference in New Issue