Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 682 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 682 Bytes

🐧 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