Work less and be more productive
This dotfiles includes configuration for:
- Zsh + Oh My Zsh
- Vim
- TMUX
- Node
- Solarized Terminal
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.
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