Skip to content

orien/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orien's dotfiles

This Git repository contains my Unix development configuration. I predominantly work on macOS, using iTerm2 as my terminal of choice. Most tools are configured for web programming with Ruby, Javascript, and Go in Neovim.

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