Last active
October 22, 2025 18:27
-
-
Save maksimr/371cdd87cb13a8bb722b9c1dc95017e3 to your computer and use it in GitHub Desktop.
setup env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /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 |
Author
maksimr
commented
Jul 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment