Skip to content

bluenex/dotfiles

Repository files navigation

New machine setup steps

Currently support only MacOS machine.

CLIs

  • Install NVM manually (check if the script is still up-to-date here)
curl -o- https://github.com/raw/nvm-sh/nvm/v0.39.1/install.sh | bash
  • Install Homebrew manually (check here)
/bin/bash -c "$(curl -fsSL https://github.com/raw/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`

Manual

From App Store

From Website

About

My dotfiles backup with chezmoi.

Resources

Stars

Watchers

Forks