Skip to content

Dotfiles

Dotfiles and zsh

cloning dotfiles and starting zsh:

git clone https://github.com/nataliafonseca/dotfiles.git ~/.dot && \
echo ". ~/.dot/zsh/.zshenv" > ~/.zshenv && exec zsh

setting zsh as default:

chsh -s $(which zsh) # might require a reboot for terminal emulators to adjust