Skip to content

Instantly share code, notes, and snippets.

View mouseboks's full-sized avatar

James Maidment mouseboks

View GitHub Profile
install iterm2
install karabiner
install tripmode
brew install tmux fasd fish nmap fzf thefuck
curl -L https://get.oh-my.fish | fish
curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs https://git.io/fisher
fisher fisherman/fzf
fisher fishgretel/fasd
https://github.com/oh-my-fish/plugin-thefuck
@mouseboks
mouseboks / boxstarter.ps1
Created October 15, 2017 07:20 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
@mouseboks
mouseboks / x
Created April 12, 2009 11:21
Ubiquity command for accessing Google Bookmarks
if (CmdUtils.parserVersion >= 2) {
//Parser V2 commands
CmdUtils.CreateCommand({
name: 'gbk',
icon: "http://www.google.com/favicon.ico",
author: {name: "James Maidment", email: "james@mouseboks.org.uk"},
license: "GPL",
description: 'Bookmarks the current page using Google Bookmarks',
help: 'Adds the current page you are viewing to your Google Bookmarks account. You can also enter a list of comma-separated labels to add, along with a note.',