Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1 KB

README.md

File metadata and controls

34 lines (25 loc) · 1 KB

My dotfiles

I use these dotfiles on macOS.

  • My computer runs brew update and brew upgrade every day (using homebrew-autoupdate) so I don't have to wait for my computer to update all of its packages every time I use brew.
  • As a terminal emulator I use WezTerm, which comes with a multiplexer built-in (so no need for tmux).
  • I use vanilla zsh as my shell. Even though no frameworks are used, I enjoy these features:
    • Case insensitive block-style completion
    • Autosuggestions based on history
    • The starship prompt
    • Syntax highlighting

Installation

First of all, these packages should be installed:

  • homebrew-autoupdate
  • starship
  • zsh-autosuggestions
  • zsh-completions
  • zsh-history-substring-search
  • zsh-syntax-highlighting
  • zoxide

Then, just run the following:

git clone https://github.com/daniel-gallo/dotfiles.git
cd dotfiles
./install.sh