hatashiro / dotfiles

dotfiles for me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

dotfiles for me

License:MIT License


Languages

Language:Vim Script 91.0%Language:Shell 8.1%Language:JavaScript 0.9%