Skip to content

Instantly share code, notes, and snippets.

@carneeki
Last active November 21, 2019 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carneeki/a77930d933a604af65fd71c70ff8e5c3 to your computer and use it in GitHub Desktop.
Save carneeki/a77930d933a604af65fd71c70ff8e5c3 to your computer and use it in GitHub Desktop.
Pi FUCAN setup

Get browser, java, maven, and a few other bits

sudo apt install firefox-esr openjdk-11-jdk-headless mvn build-essentials zsh

install opensnap

mkdir ~/src
cd ~/src
git clone https://github.com/lawl/opensnap.git
cd opensnap
make
sudo make install
mkdir -p ~/.config/opensnap

setup zprezto

zsh
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
  ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done

chsh -s `which zsh`

setup UGS

mkdir -p ~/src
cd ~/src
git clone https://github.com/winder/Universal-G-Code-Sender.git

setup GRBL

cd ~/src
git clone https://github.com/gnea/grbl.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment