Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 408 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 408 Bytes

~/.dotfiles

Configuration files for bash, zsh, vim, git, and more. Compatible with Linux and OS X environments.

Installation

Installation requires bash, wget and GNU make.

git clone https://github.com/sidwood/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

Uninstall

Dotfiles? What dotfiles?

cd ~/.dotfiles
./uninstall.sh
cd -
rm -rf ~/.dotfiles