Skip to content

wtsnz/liftoff-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Will Townsend's Liftoff Template

Inspired by Ben Kreeger, I'm also going to checkin my liftoff template.

It differs ever so slightly, and is tailored to how I like my Xcode projects setup.

Usage

First install liftoff https://github.com/thoughtbot/liftoff

Installation for me

Clone into my project folder, then create a symlink

cd ~/Dropbox/Projects
git clone git@github.com:wtsnz/liftoff-templates.git ./.liftoff
ln -s ./.liftoff/.liftoffrc .liftoffrc
liftoff

Installation for you

Depending on how you setup, you may want to clone into your home directory.

Clone into ~/.liftoff and then create a symlink

cd ~/
git clone git@github.com:wtsnz/liftoff-templates.git ./.liftoff
ln -s ./.liftoff/.liftoffrc .liftoffrc
liftoff

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published