This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__ __ __ __ | |
\ V\ V\ V / v3.9.0 Path:"/home/todd/projects/wp/vvv" | |
\_/\_/\_/ git::develop(5742364) | |
Platform: linux shell:/bin/bash systemd vagrant-goodhosts CaseSensitiveFS shared_db_folder_disabled | |
Vagrant: v2.2.19, virtualbox: v6.1.32 | |
Docs: https://varyingvagrantvagrants.org/ | |
Contribute: https://github.com/varying-vagrant-vagrants/vvv | |
Dashboard: http://vvv.test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Lists field names for all custom fields for a specificed Salesforce object | |
sfdx force:schema:sobject:describe -s <OBJECT_API_NAME> -u <ORG_ALIAS> --json | q -r '.result.fields[] | select(.custom == true) .name' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
/** | |
* ${1:name} Factory | |
* | |
* @description ${2:description} | |
*/ | |
(function() { | |
'use strict'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
/** | |
* ${1:name} Controller | |
* | |
* @description ${2:description} | |
*/ | |
(function() { | |
'use strict'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias wttr='curl -4 http://wttr.in' | |
alias byzanz-record-region='/home/todd/software/byzanz-record-region' | |
alias byzanz-record-window='/home/todd/software/byzanz-record-window' | |
alias nex1Marsh='/home/todd/software/adt-bundle-linux-x86_64-20140702/sdk/tools/emulator -ports 5824,5825 -prop persist.sys.language=en -prop persist.sys.country=US -avd nex1Marshmallow -scale 0.6 &nohup' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ===[ General ]=== */ | |
body { | |
background: #2A2E39; | |
color: #c0c0c0; } | |
a, a:link, a:visited { | |
color: #6ecff6 } | |
a:hover, a:active, a:focus { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i.pull-right.icon.icon-favorite.icon-favorite-color.txt-base-medium.activity-indicator { | |
color: yellow; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
// Refresh folder list with F5 | |
{ "keys": ["f5"], "command": "refresh_folder_list" }, | |
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" }, | |
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" }, | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# INSTALL | |
# 1) clone to a folder (I have a ~/software one) | |
# 2) Add the following to your ~/.bashrc | |
# alias byzanz-record-window='/home/todd/software/byzanz-record-window' | |
# Delay before starting | |
DELAY=5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# INSTALL | |
# 1) clone to a folder (I have a ~/software one) | |
# 2) Add the following to your ~/.bashrc | |
# alias byzanz-record-region='/home/todd/software/byzanz-record-region' | |
# 3) Deps -> | |
## https://github.com/lolilolicon/xrectsel | |
## libx11 (synaptic) | |
## byzanz (synaptic) |
NewerOlder