skip to content

Search

Dotfiles setup popos

1 min read

In this post you will get all the command to install and setup the Flask and Django installation

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

GitHub - erik1066/pop-os-setup: Instructions to make Pop!_OS setup fast and easy for developing software in Go, C# (.NET Core), Java Spring, Python, and NodeJS, and web front-ends in React. These instructions should also work for Ubuntu and most Ubuntu-based Linux distributions. Includes instructions for changing fonts and themes.

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

  • NodeJS at least 18.16.0
  • GIt at least 2.28.0

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)