#! /usr/bin/zsh # # this file: # https://dataswamp.org/~incal/.zsh/lem lem-install () { sudo apt install sbcl libncurses5-dev build-essential fd-find libsdl2-image-dev curl -L https://qlot.tech/installer | bash local lem_path=${HOME}/common-lisp mkdir -p $lem_path cd $lem_path git clone https://github.com/lem-project/lem.git cd lem make sdl2-ncurses # export PATH="${HOME}/common-lisp/lem:${PATH}" # export PATH=${HOME}/.qlot/bin:${PATH} # (find-file "~/.zshenv") }