Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 793 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 793 Bytes

Orien's dotfiles

This Git repository contains my Unix development configuration. Most tools are configured for web programming with Ruby, Javascript, and Rust in Neovim on macOS.

Clone and Install

This project includes a no-frills shell script that positions symbolic links to configuration in the home directory.

git clone --recursive git://github.com/orien/dotfiles.git  ~/.dotfiles
~/.dotfiles/script/setup

When bootstrapping a new Apple computer, I use Strap. Strap handles downloading my dotfiles repo and running the setup script for me.

git clone https://github.com/MikeMcQuaid/strap.git
 export STRAP_GITHUB_USER=???
 export STRAP_GITHUB_TOKEN=???
strap/bin/strap.sh