Currently support only MacOS machine.
- Install NVM manually (check if the script is still up-to-date here)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
- Install Homebrew manually (check here)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install oh-my-zsh manually (check here)
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install chezmoi via Homebrew and apply
brew install chezmoi
# init with apply
$ sh -c "$(curl -fsLS https://chezmoi.io/get)" -- init --apply bluenex
- Install Rosetta 2 (some apps may still need it)
sudo softwareupdate --install-rosetta
- Install apps in Brewfile via Homebrew
cd ~
brew bundle install
- Clone tmux plugin manager and run installation
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# enter tmux
tmux
# source
tmux source ~/.tmux.conf
# install plugins by pressing `prefix + I`