rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5b96823e842961a3b800e71b6aa91437e65cd4a2
parent 7418a0c9fa797be93a177b7eebc447fdd742204e
Author: Mark Feller <mfeller@recurly.com>
Date:   Thu, 19 Dec 2019 15:50:18 -0700

add git

Signed-off-by: Mark Feller <mfeller@recurly.com>

Diffstat:
Mdots/.config/git/config | 4+++-
Apatches/0001-macos-patch.patch | 65+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+), 1 deletion(-)

diff --git a/dots/.config/git/config b/dots/.config/git/config @@ -1,6 +1,8 @@ [user] name = Mark Feller - email = mark.feller@member.fsf.org + email = mfeller@recurly.com + signingkey = BF5DA997A2A9913EB2B453C56A84C7868F1E023F + [core] hooksPath = ~/.config/git/hooks diff --git a/patches/0001-macos-patch.patch b/patches/0001-macos-patch.patch @@ -0,0 +1,65 @@ +From 5c53c7bde26294d2cf5a22237004b01e2221abfa Mon Sep 17 00:00:00 2001 +From: Mark Feller <mfeller@recurly.com> +Date: Thu, 19 Dec 2019 15:44:54 -0700 +Subject: [PATCH] macos patch + +Signed-off-by: Mark Feller <mfeller@recurly.com> +--- + dots/.config/alacritty/alacritty.yml | 9 +++++---- + dots/.config/mpd/mpd.conf | 4 ++-- + 2 files changed, 7 insertions(+), 6 deletions(-) + +diff --git a/dots/.config/alacritty/alacritty.yml b/dots/.config/alacritty/alacritty.yml +index 82fd8a7..b55f91e 100644 +--- a/dots/.config/alacritty/alacritty.yml ++++ b/dots/.config/alacritty/alacritty.yml +@@ -24,12 +24,13 @@ window: + # Units are physical pixels; this is not DPI aware. + # (change requires restart) + padding: +- x: 20 +- y: 20 ++ x: 30 ++ y: 30 + + # Window decorations + # Setting this to false will result in window without borders and title bar. + #decorations: transparent ++ decorations: none + + # Display tabs using this many cells (changes require restart) + tabspaces: 8 +@@ -58,7 +59,7 @@ font: + # style: Italic + + # Point size of the font +- size: 10.0 ++ size: 13.0 + + # Offset is the extra space around each character. offset.y can be thought of + # as modifying the linespacing, and offset.x as modifying the letter spacing. +@@ -219,7 +220,7 @@ live_config_reload: true + # Entries in shell.args are passed unmodified as arguments to the shell. + # + shell: +- program: /bin/zsh ++ program: /usr/local/bin/zsh + # args: + # - --login + +diff --git a/dots/.config/mpd/mpd.conf b/dots/.config/mpd/mpd.conf +index e4eb7c1..d84452f 100644 +--- a/dots/.config/mpd/mpd.conf ++++ b/dots/.config/mpd/mpd.conf +@@ -11,6 +11,6 @@ state_file "~/.config/mpd/state" + sticker_file "~/.config/mpd/sticker.sql" + + audio_output { +- type "pulse" +- name "mpd pulse audio" ++ type "osx" ++ name "default audio" + } +-- +2.21.0 (Apple Git-122.2) +