Skip to content

Instantly share code, notes, and snippets.

@adammarples
Created October 9, 2019 10:13
Show Gist options
  • Save adammarples/5e3085e38681a5cac38f2a264e18c23a to your computer and use it in GitHub Desktop.
Save adammarples/5e3085e38681a5cac38f2a264e18c23a to your computer and use it in GitHub Desktop.
function project
cd $HOME/projects
cp -r template $argv
cd $argv
direnv allow .
git init
git add .
git commit -m "initial commit"
tree -aL 2 .
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment