Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 614 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 614 Bytes

My dotfiles 🔨

Requirements

macOS with Homebrew or Ubuntu

Usage

Clone files into ~/.dotfiles folder.

git clone [email protected]:lidimayra/dotfiles.git ~/.dotfiles && cd ~/.dotfiles

Change gitconfig data to setup your name and e-mail.

Update zprezto submodule.

git submodule update --init --recursive

Run the installation script

./install/setup.sh

This script sets zsh as the default shell. Changes will be available next time you login.

To install vim plugins, run :PlugInstall in vim.