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
sudo apt-get install ruby ruby-dev gcc | |
sudo gem install jekyll bundler |
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
!Left:: | |
Send, {Home} | |
Return | |
!Right:: | |
Send, {End} | |
Return |
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 | |
directory=$1 | |
if [ "$directory" == "" ] | |
then | |
echo -e $"${0##*/}: missing operand" | |
exit 1; | |
fi; | |
if ! [[ -r "$directory" && -w "$directory" ]] |
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
# Modify VS Code CLI to expand symlinks before opening, to fix git status highlighting | |
code() { | |
# Set the path to VS Code | |
code_path="/mnt/c/Users/Jacob/AppData/Local/Programs/Microsoft VS Code/bin/code"; | |
# Store converted arguments | |
converted="" | |
# Loop through all passed arguments | |
for arg in "$@" |
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
lts/* |
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
// JavaScript Document | |
// Scripts written by __gulp_init__author_name @ __gulp_init__author_company | |
module.exports = { | |
// config task, generate configuration file for uploads & BrowserSync and prompt dev for input | |
config(gulp, plugins, requested = "") { | |
// generate config.json and start other functions | |
const generate_config = (file_name, mode = "ftp") => { | |
// store array of config file URIs |
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
nativefier --name "Android Messages" --tray --single-instance --icon icon.png "https://messages.android.com" |
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 | |
curl -LOk https://gist.githubusercontent.com/JacobDB/a04f5ba7e00b267e71e2/raw/254fa0ae3545106f038af28d7d8ab30a440b2c0e/ftp.json |