Skip to content

Instantly share code, notes, and snippets.

View thatsprettyfaroutman's full-sized avatar
💭
🐝

Viljami thatsprettyfaroutman

💭
🐝
View GitHub Profile
// Cursor
atom-text-editor {
&.editor .cursor {
border: none;
&::after {
content: " ";
position: absolute;
top: 0;
right: 0;
@thatsprettyfaroutman
thatsprettyfaroutman / runw2
Created July 25, 2018 12:55
Automator magic!
PATH="/Users/viljami/.nvm/versions/node/v8.4.0/bin/:$PATH"
LOGFILE=~/Desktop/w2log.txt
PROJECTDIR=~/Documents/w2
cd $PROJECTDIR
trap 'kill $(jobs -p)' EXIT
echo "Running npm install" > $LOGFILE
echo "" >> $LOGFILE
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Drawfulextract</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>