Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 837 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 837 Bytes

David's Dotfiles

We're now using dotbot!

Install

On a fresh macOS or Ubuntu install, open a terminal, and run the following commands:

$ cd ~
$ git clone https://github.com/snappy316/dotfiles.git .dotfiles
$ cd .dotfiles
$ ./dev-install [macos|ubuntu]

(I'm still working on a single-command clone-and-install path, which uses the ./install script...meaning ./dev-install after manually cloning is the way to go for now.)

Configuration Inspirations