For macOS (Apple Silicon)
-
Run the following commands
cd $HOME mkdir -p $HOME/.ssh ssh-keygen -t ed25519 -N '' -f $HOME/.ssh/github pbcopy < $HOME/.ssh/github.pub
-
Register the key > https://github.com/settings/keys
-
Run the following commands
cd $HOME git clone git@github.com:2754github/dotfiles.git $HOME/dotfiles/run setup source $HOME/.zshrc $HOME/dotfiles/run doctor
echo 'brew "mise"\nbrew "starship"' > $HOME/dotfiles/Brewfile
$HOME/dotfiles/scripts/test
$HOME/dotfiles/run setup
source $HOME/.zshrc
$HOME/dotfiles/run doctor
exit
git restore $HOME/dotfiles/Brewfile