Dependance
Spotdl install
pip install spotdl
sudo apt install ffmpeg
export PATH=$PATH:/home/davidlinux/.local/bin
DotNet on linux
sudo apt install dotnet-sdk-8.0
https://github.com/erik1066/pop-os-setup
Try it out
You can test out your installation by building a small application.
dotnet new console -o HelloWorld
Install nodejs
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
or
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
Run node --version
to verify success.
Install Shopify CLI
FIrst need to install
Then you can install
Shopify CLI
Install Prettier
npm install -g prettier @shopify/prettier-plugin-liquid
or can do it manually on project
npx prettier --write .
Run windows app with vm
This thing runs OFFICE and ADOBE APPS like they were NATIVE?
Microsoft office on linux (not great)
How to Install and Run Microsoft Office on Linux Ubuntu (2024 Tutorial)