mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
9 lines
310 B
Plaintext
9 lines
310 B
Plaintext
|
#!/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
|