Terminal
Ghostty is my main terminal, it is very fast. As a shell, I use fish, that I find fast too and that has great default integrations. The prompt I use is starship.
Set fish as your login shell :
chsh -s $(which fish)
- Create default directories
mkdir ~/{bin,dev,etc,tmp,work} -p - Clone this repository
git clone git@github.com:yoannfleurydev/dotfiles.git ~/etc - Go to the folder
cd ~/etc/dotfiles - Use
stow(brew install stow):stow -t ~/ .