mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
17 lines
304 B
Text
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
|