Skip to content

Instantly share code, notes, and snippets.

View ltpquang's full-sized avatar
🤪

Lê Thái Phúc Quang ltpquang

🤪
View GitHub Profile
@ltpquang
ltpquang / .bash_profile
Created April 13, 2018 09:36 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@ltpquang
ltpquang / com.company.appium.server.plist
Created May 28, 2020 06:16 — forked from risinek/com.company.appium.server.plist
This is the example of working plist to run Appium server using launchctl on Mac. See comments for more info and steps how to use this.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>