- If in macOS, install iTerm2.
- Install Homebrew.
- Install oh-my-zsh.
- Install powerlevel10k.
- Set `alias ls="ls -oahG"
- Configure git author
git config --global user.email "my.email@example.com" git config --global user.name "Mr Cool Person"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GRUB loading. | |
# Welcome to GRUB! | |
# | |
# error: file `/boot/grub/i386-pc/normal.mod` not found. | |
# Entering rescue mode... | |
grub rescue> ls | |
hd(0) (hd0,msdos1) | |
grub rescue> set | |
cmdpath=(hd0) | |
prefix=(hd0,msdos1)/boot/grub |