Skip to content

bluenex/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e08dca2 · Dec 20, 2024

History

44 Commits
Aug 9, 2023
Jul 27, 2022
Jul 27, 2022
Dec 20, 2024
Aug 20, 2023
Aug 11, 2022
Jul 27, 2022
Aug 5, 2022
Sep 19, 2024
Aug 25, 2022
Sep 8, 2022
Jul 27, 2022
Jul 27, 2022
Sep 23, 2024
Sep 19, 2024
Jul 27, 2022
Jul 27, 2022

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://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.githubusercontent.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