dotfiles/home/bin/executable_arch-install-cadquery

9 lines
310 B
Plaintext
Raw Normal View History

2023-10-09 21:23:12 -07:00
#!/bin/bash
# https://github.com/starr-dusT/dotfiles
sudo pacman -S python python-pip
pip install cadquery --break-system-packages
curl -LO https://github.com/CadQuery/CQ-editor/releases/download/nightly/CQ-editor-master-Linux-x86_64.sh
sh CQ-editor-master-Linux-x86_64.sh
rm CQ-editor-master-Linux-x86_64.sh