- Install
brew,kitty,fish - Setup Github ssh keys
- If the network's router and DNS is pointing to tvOS (which is using Stash), add the following in the
~/.ssh/config -
Host github.com Hostname ssh.github.com Port 443
- Restore the dotfiles
-
~ % alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' ~ % echo ".cfg" >> .gitignore ~ % git clone --bare git@github.com:clatisus/dotfiles.git $HOME/.cfg ~ % config checkout # If this fails, backup/remove the files and try again ~ % config config --local status.showUntrackedFiles no
- Using
brewto install tools as specified in Must have tools#Brew - Set
fishas default shell (requires log-out and log-in after the change to take effect)
-
~ % echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells ~ % chsh -s /opt/homebrew/bin/fish