Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 399 Bytes

Dotfiles

All kind of dot files

Installation

Linux, *nix, Mac OSX Installation

Simply copying and pasting the following line into a terminal.

    curl https://raw.githubusercontent.com/Donaldttt/dotfiles/dev/install.sh -L > dotfiles_install.sh && sh dotfiles_install.sh

or

    sh <(curl https://raw.githubusercontent.com/Donaldttt/dotfiles/dev/install.sh -L)