dotfiles/bootstrap/common-pm.txt

17 lines
304 B
Text

# nodejs
npm install -g typescript
npm install -g tsx
# dotnet
dotnet tool install -g dotnet-script
dotnet tool install -g dotnet-repl
# python
pip install neovim
pip install requests
pip install ipython
pip install jupyter
pip install numpy
pip install matplotlib
pip install pandas
pip install scipy