-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.sh
More file actions
executable file
·108 lines (82 loc) · 2.59 KB
/
dev.sh
File metadata and controls
executable file
·108 lines (82 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
#!/usr/bin/env bash
# VSCode Extensions
code --install-extension ms-python.python
code --install-extension ms-python.black-formatter
code --install-extension ms-toolsai.jupyter
code --install-extension rust-lang.rust-analyzer
code --install-extension dbaeumer.vscode-eslint
code --install-extension esbenp.prettier-vscode
code --install-extension bradlc.vscode-tailwindcss
code --install-extension ms-vscode.live-server
code --install-extension Dart-Code.flutter
code --install-extension Vue.volar
code --install-extension sswg.swift-lang
code --install-extension golang.go
code --install-extension vscjava.vscode-java-pack
code --install-extension ms-dotnettools.csdevkit
code --install-extension ms-vscode.cpptools-extension-pack
code --install-extension Arm.keil-studio-pack
code --install-extension paulober.pico-w-go
code --install-extension ms-vscode.hexeditor
code --install-extension NomicFoundation.hardhat-solidity
code --install-extension MoveBit.aptos-move-analyzer
code --install-extension yzhang.markdown-all-in-one
code --install-extension James-Yu.latex-workshop
code --install-extension figma.figma-vscode-extension
code --install-extension Postman.postman-for-vscode
code --install-extension mtxr.sqltools
code --install-extension GitHub.remotehub
code --install-extension GitHub.vscode-pull-request-github
code --install-extension github.vscode-github-actions
code --install-extension eamodio.gitlens
code --install-extension GitHub.copilot
code --install-extension anthropic.claude-code
# Environments
xcode-select --install
brew install bazelisk
brew install cmake
brew install --cask miniconda # conda init
brew install pipx # pipx ensurepath
brew install uv
brew install rustup-init # rustup-init
brew install nvm # nvm install --lts
brew install yarn
brew install oven-sh/bun/bun
brew install go
brew install openjdk
sudo ln -s $(brew --prefix openjdk)/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines # /Applications/Android\ Studio.app/Contents/jbr
brew install gradle
brew install dotnet
brew install cocoapods
# Tools
brew install awscli
brew install jq
brew install swagger-codegen
# Frontend
brew install --cask flutter
# Backend
brew install nginx
# Database
brew install mysql
# Multimedia
conda install ffmpeg
conda install gstreamer
conda install opencv
brew install chuck
brew install lilypond
# Graphics
pipx install glad
conda install glew
conda install glfw
conda install sdl2
# Data
pip install numpy
pip install scipy
pip install pandas
pip install matplotlib
# AI & ML
pip install tensorflow
pip install pytorch
pip install scikit-learn
# Blockchain
yarn add --dev hardhat