diff --git a/.config/yadm/.kerlrc b/.config/yadm/.kerlrc new file mode 100644 index 0000000..8465c54 --- /dev/null +++ b/.config/yadm/.kerlrc @@ -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" diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index c72f6b8..1e3fdb1 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -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