Caution
This configurations and installations only works in macOS.
cd $HOME && git clone https://github.com/LuisUrrutia/.dotfiles.git && cd .dotfiles && ./install.sh
- Add OpenAI API Key to iTerm
-
Substring history search
When pressing the up key, instead of cycling through the entire history, it will match based on the substring.
-
FZF completions
When pressing the tab key on a known command (with completions), it will display FZF to assist you. In some cases, it will even show a preview.
-
Shell Prompt
It uses P10K as a shell prompt, customized to show git information, battery level, time, and many other details.
-
Powerful git
It uses Git Delta and Forgit. Delta provides better highlighting for some Git commands like
git diff
, while Forgit integrates FZF with Git, allowing you to do things like view logs with a preview. It also includes aliases for known commands, likegb
forgit branch
andgco
forgit checkout
. Additionally, it offers commands likegit authors
andgit recent-branches
, and includes custom configurations. -
Mise
It uses Mise as a version control for applications like Python or Node, functioning similarly to ASDF but with enhanced features.