Tesla Developer Tools
This resource hub is for Tesla engineers seeking developer tools across Windows, macOS, and Linux platforms. This hub contains a handly curated collection of software tools used to enhance productivity. Let's supercharge our development process!
- VSCode or VSCodium
- Postman
- GitHub Desktop
- Docker Desktop
- Neovim
- DBeaver
-
Homebrew
-
tmux - Terminal multiplexer
brew install tmux -
bat - The better cat
brew install bat -
llm - Interact with LLMs via the terminal
brew install llm -
git - Version control
brew install git -
coreutils - Handy file/shell/text utilities
brew install coreutils -
jq - JSON processor
brew install jq -
gh - GitHub CLI
brew install gh -
ripgrep - Faster grep
brew install ripgrep -
curl - Updated cURL
brew install curl -
fzf - Fuzzy finder
brew install fzf -
sqlite - SQLite3 database
brew install sqlite
-
tmux - Terminal multiplexer