Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 353 Bytes

File metadata and controls

executable file
·
18 lines (14 loc) · 353 Bytes

Xander's Dotfiles

A bunch of garbage that I use to pretend it makes me faster in a command line.

Installation

# Install stow if you haven't already.
brew install stow # On OSX

# Basic Installation
git clone https://github.com/xanderriga/dotfiles
cd dotfiles
git submodule init
git submodule update
./install.sh
vim +PluginInstall +qa