Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 336 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 336 Bytes

My dotfiles

Installation

If you have git installed:

git clone https://github.com/padawin/dotfiles
cd dotfiles
# Install dependencies
./install.sh
# Create symbolic links
./deploy.sh

If you don't have git installed:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/padawin/dotfiles/master/install.sh)"