dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

dotfiles for me

dotfiles

A complete dev environment of @utatti

Prerequisites

Zsh

Install Zsh and Prezto.

git clone --recursive https://github.com/sorin-ionescu/prezto.git \
  "${ZDOTDIR:-$HOME}/.zprezto"

Prezto will install required Zsh packages as its submodules.

How to use

git clone https://github.com/utatti/dotfiles.git .dotfiles
cd .dotfiles

# Set `zsh` as the default shell in macOS.
./zsh.sh

# Or set the default shell manually (no sudo).
chsh

# Install configs.
./install.sh

License

MIT