Enable git-lfs

This commit is contained in:
Dave Gallant
2022-08-31 14:59:41 -04:00
parent 2b6d732fae
commit 19f08440f0
4 changed files with 7 additions and 5 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.pre-commit-config.yaml
result
.vscode
git-crypt-key
result

View File

@@ -38,6 +38,8 @@ in {
userName = "Dave Gallant";
lfs.enable = true;
aliases = {
aa = "add -A .";
br = "branch";

View File

@@ -33,8 +33,8 @@
dock = {
autohide = true;
autohide-delay = "0.0";
autohide-time-modifier = "1.0";
autohide-delay = 0.0;
autohide-time-modifier = 1.0;
tilesize = 50;
static-only = false;
showhidden = false;
@@ -46,7 +46,7 @@
NSGlobalDomain = {
"com.apple.sound.beep.feedback" = 0;
"com.apple.sound.beep.volume" = "0.000";
"com.apple.sound.beep.volume" = 0.000;
ApplePressAndHoldEnabled = false;
InitialKeyRepeat = 10;
KeyRepeat = 2;

View File

@@ -12,7 +12,6 @@ in {
# essentials
curl
gcc
git
git-crypt
gnupg
imagemagick