Clone repo into new hidden directory.
git clone https://github.com/sheetd/.dotfiles.git ~/.dotfiles- Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install- Install OMZ
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"- Setup 1Password CLI (as described in the docs)
https://developer.1password.com/docs/cli/get-started/
- Run the init script to set-up links
cd ~/dotfiles
./install- Install Homebrew, followed by the software listed in the Brewfile.
# These could also be in an install script.
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Then pass in the Brewfile location...
brew bundle- Clone repo into new hidden directory.
git clone https://github.com/sheetd/.dotfiles.git ~/.dotfiles-
If remote host, add
authorized_keysfile to the~/.sshdirectory -
Install OMZ
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"- Run the init script to set-up links
cd ~/dotfiles
./install- Install typical apps using
apt
- iperf3
-
Run the install script
-
Install typical apps (1password CLI) using winget
- create a new git branch
cd ~/.dotfilesgit submodule update --remote- commit a change to the branch
- merge the branch back to main