Includes:
- Homebrew
- Git (Should already be installed)
- Node / NPM
- bash-completion
- git-completion
- .bash_profile (Copy into home directory. ~/.bash_profile)
- Packages from atom-package-list.txt via "atom-install-package-list" function in .bash_profile
- UI: One Dark
- Syntax: One Dark
- custom-title
- Template
<% var limitedProjectPath = projectPath ? projectPath.split('/').slice(-2).join('/') : ''; var gitBranch = gitHead ? '[' + gitHead + ']' : ''; // ex. [master] projects/myProject print(gitBranch + ' ' + limitedProjectPath); %>