From 5566489848c92ace079769fa96c47c8f6da86a3d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 27 May 2023 17:29:07 -0700 Subject: [PATCH] move config from old m1 to new --- .../{mikasa.local.zsh => armin.local.zsh} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename scripts/machine-specific-zsh/{mikasa.local.zsh => armin.local.zsh} (86%) diff --git a/scripts/machine-specific-zsh/mikasa.local.zsh b/scripts/machine-specific-zsh/armin.local.zsh similarity index 86% rename from scripts/machine-specific-zsh/mikasa.local.zsh rename to scripts/machine-specific-zsh/armin.local.zsh index a027b3e..0e53447 100644 --- a/scripts/machine-specific-zsh/mikasa.local.zsh +++ b/scripts/machine-specific-zsh/armin.local.zsh @@ -2,12 +2,17 @@ export HOMEBREW_PREFIX="/opt/homebrew"; export HOMEBREW_CELLAR="/opt/homebrew/Cellar"; export HOMEBREW_REPOSITORY="/opt/homebrew"; -export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"; +export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH" + export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:"; export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}"; -export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH" export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH" export PATH="/opt/homebrew/opt/openjdk/bin:$PATH" +export PATH=$PATH:/Users/lizzy/.spicetify +export PATH="/opt/homebrew/bin:/opt/homebrew/sbin${PATH+:$PATH}"; # asdf . /opt/homebrew/opt/asdf/libexec/asdf.sh + + +export PATH=$PATH:/Users/lizzy/.spicetify