/dotfiles

:open_file_folder: My Dotfiles

Primary LanguageShellOtherNOASSERTION

Rob Loach's Dotfiles

Everyone loves Dotfiles. This aims to ease the deployment of complete development environments.

Features

  • asdf-vm for version management of development tools
  • git configs, commit templates, and aliases

Dependencies

Installation

  1. Check out the repository into ~/.dotfiles:
git clone https://github.com/RobLoach/dotfiles.git ~/.dotfiles
  1. Install the dotfiles by using make:
cd ~/.dotfiles
make

Uninstall

cd ~/.dotfiles
make clean

License

Licensed under the incredibly permissive MIT license

Copyright © Rob Loach (http://robloach.net)