This commit is contained in:
2025-06-21 11:24:27 -04:00
parent 0c5db29b0a
commit c017516c5a
2 changed files with 6 additions and 1 deletions

2
.config/yadm/.kerlrc Normal file
View File

@@ -0,0 +1,2 @@
export CFLAGS="-g -O2"
export KERL_CONFIGURE_OPTIONS="--without-javac --without-wx --without-odbc --enable-threads --enable-kernel-poll --enable-webview --enable-gettimeofday-as-os-system-time"

View File

@@ -12,9 +12,12 @@ git clone git@github.com:tedkulp/lazyvim $HOME/.config/nvim
# Link in our tmux config
if [ ! -f "$HOME/.tmux.conf" ]; then
ln -s -f .tmux/.tmux.conf
ln -s -f .tmux/.tmux.conf
fi
mkdir -p $HOME/.asdf/plugins/erlang/kerl-home
cp .kerlrc $HOME/.asdf/plugins/erlang/kerl-home/.kerlrc
# Wrapping up
echo "Don't forget to run yadm decrypt!"
exit 0