Skip to content

dantehemerson/.dotfiles

Repository files navigation

🐧 Dante Calderón dotfiles🚀

Work less and be more productive

This dotfiles includes configuration for:

Installation

Configuring custom options

You can configure custom options for your environment by creating a file called .env.sh in the root of the project. This file is ignored by git and will not be commited.

Change shell Manually

If you want to change your shell to zsh, you can do it manually by running the following command:

# In Apple Intel
chsh -s /usr/local/bin/zsh

# or in Apple Silicon
chsh -s /opt/homebrew/bin/zsh