mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-18 21:54:46 -04:00
kerlrc
This commit is contained in:
@@ -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
|
# Link in our tmux config
|
||||||
if [ ! -f "$HOME/.tmux.conf" ]; then
|
if [ ! -f "$HOME/.tmux.conf" ]; then
|
||||||
ln -s -f .tmux/.tmux.conf
|
ln -s -f .tmux/.tmux.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p $HOME/.asdf/plugins/erlang/kerl-home
|
||||||
|
cp .kerlrc $HOME/.asdf/plugins/erlang/kerl-home/.kerlrc
|
||||||
|
|
||||||
# Wrapping up
|
# Wrapping up
|
||||||
echo "Don't forget to run yadm decrypt!"
|
echo "Don't forget to run yadm decrypt!"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user