/workspace

Intended to include .bash_profile along with any other personal config files/settings.

Primary LanguageShell

My Workspace

Includes:

  • .bash_profile ( ? )
  • atom-package-list.txt ( ? )

Install & Configure

macOS Terminal

- Install
- Theme
- Install
- Theme
  • UI: One Dark
  • Syntax: One Dark
- Packages Settings
  • custom-title
    • Template
      <%
        var limitedProjectPath = projectPath ? projectPath.split('/').slice(-2).join('/') : '';
        var gitBranch = gitHead ? '[' + gitHead + ']' : '';
        // ex. [master] projects/myProject
        print(gitBranch + ' ' + limitedProjectPath);
      %>