When the brewfile is done running you can do the following:
-
Create new SSH key (Or check for existing - see url above)
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
-
Copy the SSH key to your clipboard
$ pbcopy < ~/.ssh/id_rsa.pub
sym link files
ln -s ~/Documents/www/mac-setup/.dotfiles/.gitconfig ~/.gitconfig
ln -s ~/Documents/www/mac-setup/.dotfiles/.zshrc ~/.zshrc
I haven't really see this working but it would be nice to keep everything up-to-date. https://github.com/DomT4/homebrew-autoupdate https://github.com/julienXX/terminal-notifier
$ brew autoupdate --enable-notification
$ brew autoupdate --start
https://github.com/romkatv/powerlevel10k#features
$ echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
Then type p10k configure
to access the builtin configuration wizard.
..