- iTerm - Terminal emulator
- oh-my-zsh - Zsh configurator
- Install
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Add zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- Install
- powerlevel10k - Zsh theme
-
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k"
-
- Homebrew
-
brew install vim
-
- .dotfiles
- .vimrc
- .zshrc
- vim-plug
- Install
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- open vim, run
:PlugInstall
- Install
- Volta
-
curl https://get.volta.sh | bash
-
- Install Docker CLI and daemon
-
brew install docker
-
- Install Colima Container runtimes on macOS
-
brew install colima
-
brew services start colima
-
- Install Docker Compose
-
brew install docker-compose
-