Skip to content

Instantly share code, notes, and snippets.

@awesomebjt
Created November 10, 2022 12:06
Show Gist options
  • Save awesomebjt/46b65a2d3be6434e3f231441d1178a20 to your computer and use it in GitHub Desktop.
Save awesomebjt/46b65a2d3be6434e3f231441d1178a20 to your computer and use it in GitHub Desktop.
Steps to set up your Clojure environment on Fedora 37+
#!/bin/bash
sudo yum install -y java-latest-openjdk clojure emacs rlwrap
rm -rf ~/.emacs ~/.emacs.d
curl https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein > ~/.local/bin/lein
chmod +x ~/.local/bin/lein
wget https://github.com/flyingmachine/emacs-for-clojure/archive/book1.zip
unzip book1.zip
mv emacs-for-clojure-book1 ~/.emacs.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment