Add configuration for susanoo

Also run dotdrop via virtualenv (see Readme)
This commit is contained in:
Philip Henning 2024-01-10 19:11:43 +01:00
parent afbf0e98a8
commit c1da3bddae
7 changed files with 48 additions and 25 deletions

View file

@ -107,7 +107,7 @@ plugins=(
autoload -U compinit && compinit
{%@@ if profile == 'ymir' @@%}
{%@@ if profile == 'ymir' or profile == 'susanoo.int.r3w.de' @@%}
# Source fzf-tab-completions
# source {{@@ env['HOME'] @@}}/.oh-my-zsh/custom/plugins/fzf-tab-completion/zsh/fzf-zsh-completion.sh
# zstyle ':completion:*' fzf-search-display true
@ -170,7 +170,7 @@ if [ -f "{{@@ env['HOME'] @@}}/.local/bin/pipx" ]; then
eval "$(register-python-argcomplete pipx)"
fi
{%@@ if profile == 'WVDEWOBMC001307' @@%}
{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.int.r3w.de' @@%}
# Decide which homebrew installation (x64_86 / arm64) should be used
if [ "$(sysctl -n sysctl.proc_translated)" = "1" ]; then
local brew_path="/usr/local/homebrew/bin"