Skip to content

Instantly share code, notes, and snippets.

@maksimr
Last active October 22, 2025 18:27
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 -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
source ~/.nvm/nvm.sh
nvm install node
nvm alias default $(nvm ls --no-alias --no-colors | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | sort -r | head -n 1)
npx -y github:maksimr/udot use https://github.com/maksimr/dotfiles
npx -y github:maksimr/udot install --module-path=~/.local/bin/udot
brew install wezterm
brew install tmux
brew install zoxide
brew install bat
brew install nvim
brew install --cask font-jetbrains-mono
brew install --cask vladdoster/formulae/vimari
brew install --cask visual-studio-code
brew install --cask jetbrains-toolbox
brew install --cask rectangle
brew install --cask 1password
# Python
brew install python
# Docker
brew install colima
brew install docker
brew install docker-buildx
brew install docker-compose
# Copilot
brew install gh
gh auth login
gh extension install github/gh-copilot
@maksimr
Copy link
Author

maksimr commented Jul 15, 2025

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