Skip to content

Instantly share code, notes, and snippets.

@maksimr
Last active August 11, 2026 20:19
Show Gist options
  • Select an option

  • Save maksimr/371cdd87cb13a8bb722b9c1dc95017e3 to your computer and use it in GitHub Desktop.

Select an option

Save maksimr/371cdd87cb13a8bb722b9c1dc95017e3 to your computer and use it in GitHub Desktop.
setup env
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl -fsSL https://fnm.vercel.app/install | bash
fnm install 24
fnm default 24
fnm use default
curl -sL https://raw.githubusercontent.com/maksimr/dotfiles/main/.local/bin/udot | bash -s -- use https://github.com/maksimr/dotfiles
# Essential
brew install --cask 1password
brew install --cask rectangle
# Terminal
brew install wezterm
brew install ghostty
brew install tmux
brew install zoxide
brew install bat
brew install nvim
brew install --cask font-jetbrains-mono
# Editor
brew install --cask visual-studio-code
brew install --cask jetbrains-toolbox
brew install --cask zed
# Other
brew install --cask vladdoster/formulae/vimari
brew install --cask google-chrome
# Python
brew install python
# Docker
brew install colima
brew install docker
brew install docker-buildx
brew install docker-compose
# Networking
brew install --cask charles
brew install --cask wireshark-app
@maksimr

maksimr commented Jul 15, 2025

Copy link
Copy Markdown
Author
colima start --cpu 10 --memory 20 --disk 100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment