Skip to content

Commit

Permalink
Minor osx updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Oct 9, 2024
1 parent 98e88e3 commit f29792d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dot_ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions run_once_before_install-packages-darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,22 @@ brew "coreutils"
brew "cppcheck"
brew "dos2unix"
brew "doxygen"
brew "gawk"
brew "ghostscript"
brew "enchant"
brew "epstool"
brew "exiftool"
brew "faac"
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"
Expand Down

0 comments on commit f29792d

Please sign in to comment.