Skip to content

Instantly share code, notes, and snippets.

View owainharris's full-sized avatar

Owain Harris owainharris

View GitHub Profile
@owainharris
owainharris / .xbindkeysrc
Created December 11, 2019 21:54
Logitech MX Anywhere S2 button binding for Linux using xbindkeys
###########################
# xbindkeys configuration #
###########################
#
## INSTRUCTIONS FOR MAPPING LOGITCH ANYWHERE S2 KEYS TO WORKSPACES IN UBUNTU 19.10
#
## INSTALL XBINDKEYS
# sudo apt-get install xbindkeys
#
## CREATE CONFIG FILE
@owainharris
owainharris / macOS-Setup-Brew
Last active October 29, 2017 20:21
macOS setup script using Brew / Cask
We couldn’t find that file to show.
@owainharris
owainharris / .tmux.conf
Created August 31, 2017 04:45
Tmux config
# https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf
set-option -g status-bg colour235 #base02
set-option -g status-fg colour136 #yellow
set-option -g status-attr default
# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-open'
Atom Sync Settings
@owainharris
owainharris / .vmrc
Created June 1, 2015 05:44
My Vim config so far
set nocompatible
syntax on
filetype off
set ignorecase
set laststatus=2
set noshowmode
set hlsearch
set cul