Here are some of my most-used Chrome shortcuts on macOS.
| Shortcut | Action |
|---|---|
⌘ T |
Open new tab |
⌘ ⇧ N |
Open new Incognito tab |
| # bash/zsh completion support for core Git. | |
| # | |
| # Copyright (C) 2006,2007 Shawn O. Pearce <spearce@spearce.org> | |
| # Conceptually based on gitcompletion (http://gitweb.hawaga.org.uk/). | |
| # Distributed under the GNU General Public License, version 2.0. | |
| # | |
| # The contained completion routines provide support for completing: | |
| # | |
| # *) local and remote branch names | |
| # *) local and remote tag names |
| apm install atom-beautify autoclose-html highlight-selected language-babel react linter linter-eslint minimap minimap-highlight-selected pigments seti-ui monokai-seti |
| # Edit this file | |
| alias aliases="nano ~/.bash_profile" # usage: type `aliases` in Terminal | |
| # Navigate to location | |
| alias home="cd ~" | |
| alias desktop="cd ~/Desktop/" | |
| alias repos="cd ~/Documents/Repos/" | |
| # Navigate to project directory | |
| alias ds="clear && cd ~/Documents/Repos/design-system" |
A simple Node.js server, as well as React UI used for testing Bitcoin payments.
How to install Khronos Group's COLLADA to glTF CLI converter on macOS:
From your Repos directory, or wherever you keep your local repos:
git clone --recursive https://github.com/KhronosGroup/COLLADA2GLTF.git
A Dockerfile is a simple set of instructions that describe how to run an application on a specific operating system (such as Ubuntu). The Dockerfile allows you to package up the following items into a self-contained package called a container:
FROM)| apm install autoclose-html busy-signal flatwhite-syntax highlight-selected intentions language-babel language-docker language-groovy linter linter-eslint linter-ui-default minimap minimap-highlight-selected monokai-seti pigments seti-ui language-graphql |