Quick Navigation Shortcuts
Lab: Local Development Environment Setup for Mac
Video Runtime: 11:04
Recorded: February 27, 2018
We often move around in the filesystem, changing directories, and typing long lines of commands. We can alias those commands and navigation to give ourselves shortcuts. How? We define them in our .bash_profile
file.
For example, instead of typing cd ~
to get back to our home directory, we could define an alias of ~
.
Another example is to quickly navigate to your current or favorite project, such as navigating into Beans. On my computer, I have to type:
cd ~/Sites/beansdev/app/public/wp-content/themes/tm-beans/
Woof, that’s a lot to type. Instead, I can quickly navigate by defining a beans
alias in my .bash_profile
file.
-
Click here to get the .bash_profile file
Hey... hey you... yes you!... Having a good time? Learning new things? Good!
Episodes
Total Lab Runtime: 02:44:38
- 1 The Keys to Your Local Development Environmentfree 21:21
- 2 Helper Workflow Appsfree 09:10
- 3 Install and Configure Gitfree 17:27
- 4 Xcodefree 01:59
- 5 Setting up SSH for GitHubfree 16:40
- 6 VirtualBox and Vagrantfree 09:27
- 7 LocalHost - Local by Flywheel (preferred)free 23:13
- 8 LocalHost - VVV (optional)free 09:13
- 9 What is a Package Manager?free 00:00
- 10 Composer - PHP Dependency Managerfree 10:49
- 11 Node.js and npm - JavaScript Package Managerfree 05:24
- 12 Gulp - Task Runnerfree 07:00
- 13 Atom - Text Editorfree 07:28
- 14 Quick Navigation Shortcutsfree 11:04
- 15 PhpStorm - Installationfree 11:43
- 16 Wrap it Upfree 02:40