ls -klsh ~/Library/Containers/com.docker.docker/Data/vms/0/Docker.raw
du -h ~/Library/Containers/com.docker.docker/Data/vms/0/Docker.raw
--- | |
date: <% tp.file.creation_date() %> | |
type: meeting | |
company: | |
summary: " " | |
--- | |
tags: [[🗣 Meetings MOC]] | |
Date: [[<% tp.date.now("YYYY-MM-DD-dddd") %>]] | |
<% await tp.file.rename(tp.date.now("YYYY-MM-DD") + " " + tp.file.title) %> | |
# [[<% tp.date.now("YYYY-MM-DD") + " " + tp.file.title %>]] |
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.DiskArbitration.diskarbitrationd.plist DADisableEjectNotification -bool YES && sudo pkill diskarbitrationd |
#/usr/bin/env bash | |
# Bash completion for nx.dev project | |
# Inspired by https://github.com/jukben/fish-nx/blob/master/completions/nx.fish | |
# Prerequisites: | |
# brew install jq fzf | |
# Installation | |
# Source this file in your .bash_profile: |
#!/usr/bin/env python | |
# vim: set fileencoding=utf-8 | |
# | |
# USAGE: | |
# Back up your tmux old config, run the script and redirect stdout to your conf | |
# file. Example: | |
# | |
# $ cp ~/.tmux.conf ~/.tmux.conf.orig | |
# $ python ./tmux-migrate-options.py ~/.tmux.conf.orig > ~/.tmux.conf | |
# |
socat -t100 -x -v UNIX-LISTEN:/tmp/client,mode=777,reuseaddr,fork UNIX-CONNECT:/tmp/server |
/* NOTICE: THIS WAS MADE BACK IN 2017, OF COURSE IT'S NOT GOING TO WORK WELL NOW THAT TWITTER'S FUCKED THINGS UP */ | |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("twitter.com") { | |
[data-component-context="suggest_recap"], | |
[data-component-context="suggest_who_to_follow"], | |
[data-component-context="suggest_activity"], | |
[data-component-context="suggest_activity_tweet"], | |
[data-component-context="suggest_recycled_tweet_inline"], | |
[data-component-context="suggest_recycled_tweet"]{ |
#!/usr/bin/env bash | |
# Brew | |
echo "Installing 🍺 Brew!" | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
echo "eval $(/opt/homebrew/bin/brew shellenv)" >> .zshrc | |
# Tap | |
brew tap homebrew/bundle | |
brew tap homebrew/core |
This is a proposal for #ReactiveConf 2017 open call for Lightning talks.
Do you think that using git
command line tool is the most efficient way of interacting with your repository?
In this lightning talk, I will introduce tig
- the ncurses front-end for git
, which will make your interaction with git
much more efficient.
tig
combines the advantages of the command line and GUI tools like qgit
. With a couple of keystrokes, you are