From f29792d4275b55deb443c4882c30dd804cda1d86 Mon Sep 17 00:00:00 2001 From: Marc Henry de Frahan Date: Wed, 9 Oct 2024 12:34:16 -0600 Subject: [PATCH] Minor osx updates --- dot_ssh/config | 4 ++++ dot_zshrc.tmpl | 5 +++++ run_once_before_install-packages-darwin.sh.tmpl | 6 ++++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/dot_ssh/config b/dot_ssh/config index 153fa6c..13338a9 100644 --- a/dot_ssh/config +++ b/dot_ssh/config @@ -42,6 +42,10 @@ host kl5 User mhenryde hostname kl5.hpc.nrel.gov +host kl6 + User mhenryde + hostname kl6.hpc.nrel.gov + host cori User marchdf hostname cori.nersc.gov diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 345accb..952aeb6 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -106,6 +106,11 @@ export TMPDIR=/tmp # Set vlc for terminal alias vlc="{HOME}/Applications/VLC.app/Contents/MacOS/VLC" +# Enchant lib path for python +if [[ ! -x "$(command -v pyenv)" ]]; then + export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib +fi + {{- end }} # towards the beginning to make sure some software is loaded diff --git a/run_once_before_install-packages-darwin.sh.tmpl b/run_once_before_install-packages-darwin.sh.tmpl index bbf1fdc..d260b61 100644 --- a/run_once_before_install-packages-darwin.sh.tmpl +++ b/run_once_before_install-packages-darwin.sh.tmpl @@ -30,8 +30,7 @@ brew "coreutils" brew "cppcheck" brew "dos2unix" brew "doxygen" -brew "gawk" -brew "ghostscript" +brew "enchant" brew "epstool" brew "exiftool" brew "faac" @@ -39,11 +38,14 @@ brew "fd" brew "fdk-aac" brew "findutils" brew "flac123" +brew "gawk" brew "git" +brew "ghostscript" brew "global" brew "gnuplot" brew "graphviz" brew "htop" +brew "hunspell" brew "imagemagick" brew "ispell" brew "markdown"