Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 997 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 997 Bytes

DEPRECATED FEB 2019 - MIGRATED TO ANSIBLE

See https://github.com/andrew-dias/ansible-role-dev-machine

dotfiles

This dotfiles repo is powered by dotbot.

Installation

In my setup, these dotfiles are cloned and installed from this Ansible playbook. The manual steps are described below.

  1. Clone this repository
git clone https://github.com/andrew-dias/dotfiles.git
  1. Run the install script in the dotfiles directory
install
  1. Reboot

Next Steps

At this point your terminal should be running ZSH, and the zplug plugins should be installed automatically the first time it runs. If you have trouble, try running zplug install at the prompt.

You will still need to choose the Base 16 theme simply by typing something like base16_flat (my preferred theme right now).

NVIM plugins need to be manually installed by typing :PlugInstall in the command mode.