mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
kerlrc
This commit is contained in:
2
.config/yadm/.kerlrc
Normal file
2
.config/yadm/.kerlrc
Normal 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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user