### setup ###
performance_mode:
for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x }
packages:
sudo aptitude install -y \
audacity \
coffeescript \
curl \
git \
libblas-dev \
libcairo2-dev \
libffi-dev \
libjpeg8-dev \
liblapack-dev \
libssl-dev \
libzmq3-dev \
mercurial \
nginx-core \
nginx-full \
normalize-audio \
python3-cairo-dev \
python3-dev \
python3-opencv \
python3-pygame \
python3-tk \
sox \
tix \
zlib1g-dev
gst_packages:
gir1.2-goocanvas-2.0 \
gir1.2-gst-plugins-base-1.0 \
gir1.2-gstreamer-1.0 \
gstreamer1.0-plugins-good \
gstreamer1.0-pulseaudio \
gstreamer1.0-tools \
libgirepository-1.0-1 \
libgirepository1.0-dev \
python3-gi \
python3-gst-1.0
pnpm:
sudo npm install -g pnpm@7.29.3
bin/node:
ln -sf `which nodejs` bin/node
pdm_local_install:
# drew has ~/bin in $PATH
pip install "pdm==1.15.0"
Status change: