mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Enable git-lfs
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
||||||
result
|
.vscode
|
||||||
git-crypt-key
|
git-crypt-key
|
||||||
|
result
|
||||||
|
@@ -38,6 +38,8 @@ in {
|
|||||||
|
|
||||||
userName = "Dave Gallant";
|
userName = "Dave Gallant";
|
||||||
|
|
||||||
|
lfs.enable = true;
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
aa = "add -A .";
|
aa = "add -A .";
|
||||||
br = "branch";
|
br = "branch";
|
||||||
|
@@ -33,8 +33,8 @@
|
|||||||
|
|
||||||
dock = {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
autohide-delay = "0.0";
|
autohide-delay = 0.0;
|
||||||
autohide-time-modifier = "1.0";
|
autohide-time-modifier = 1.0;
|
||||||
tilesize = 50;
|
tilesize = 50;
|
||||||
static-only = false;
|
static-only = false;
|
||||||
showhidden = false;
|
showhidden = false;
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
"com.apple.sound.beep.feedback" = 0;
|
"com.apple.sound.beep.feedback" = 0;
|
||||||
"com.apple.sound.beep.volume" = "0.000";
|
"com.apple.sound.beep.volume" = 0.000;
|
||||||
ApplePressAndHoldEnabled = false;
|
ApplePressAndHoldEnabled = false;
|
||||||
InitialKeyRepeat = 10;
|
InitialKeyRepeat = 10;
|
||||||
KeyRepeat = 2;
|
KeyRepeat = 2;
|
||||||
|
@@ -12,7 +12,6 @@ in {
|
|||||||
# essentials
|
# essentials
|
||||||
curl
|
curl
|
||||||
gcc
|
gcc
|
||||||
git
|
|
||||||
git-crypt
|
git-crypt
|
||||||
gnupg
|
gnupg
|
||||||
imagemagick
|
imagemagick
|
||||||
|
Reference in New Issue
Block a user