Compare commits
	
		
			2 commits
		
	
	
		
			82b6a01e94
			...
			1168fdb539
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1168fdb539 | |||
| 0c7c761f56 | 
					 6 changed files with 33 additions and 32 deletions
				
			
		
							
								
								
									
										2
									
								
								justfile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								justfile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -17,7 +17,7 @@ bootstrap-home-manager target=(`whoami`+"@"+`hostname`):
 | 
			
		|||
    nix run --extra-experimental-features "nix-command flakes" --no-write-lock-file github:nix-community/home-manager/ -- --extra-experimental-features "nix-command flakes" --flake .#{{target}} switch
 | 
			
		||||
 | 
			
		||||
format:
 | 
			
		||||
    nix fmt
 | 
			
		||||
    nix fmt ./
 | 
			
		||||
 | 
			
		||||
home-gc:
 | 
			
		||||
    home-manager expire-generations -7days
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -44,36 +44,37 @@
 | 
			
		|||
          line-numbers = true;
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
      # difftastic.enable=true;
 | 
			
		||||
      # difftastic.background="dark";
 | 
			
		||||
      userEmail = config.user.git.profile.email;
 | 
			
		||||
      userName = config.user.git.profile.name;
 | 
			
		||||
      extraConfig = {
 | 
			
		||||
        init = {
 | 
			
		||||
          defaultBranch = "main";
 | 
			
		||||
        };
 | 
			
		||||
        init.defaultBranch = "main";
 | 
			
		||||
        push = {
 | 
			
		||||
          autoSetupRemote = true;
 | 
			
		||||
          default = "current";
 | 
			
		||||
          default = "simple";
 | 
			
		||||
          followTags = true;
 | 
			
		||||
        };
 | 
			
		||||
        pull = {
 | 
			
		||||
          ff = true;
 | 
			
		||||
        fetch = {
 | 
			
		||||
          prune = true;
 | 
			
		||||
          pruneTags = true;
 | 
			
		||||
          all = true;
 | 
			
		||||
        };
 | 
			
		||||
        merge = {
 | 
			
		||||
          conflictstyle = "zdiff3";
 | 
			
		||||
        pull.ff = true;
 | 
			
		||||
        merge.conflictstyle = "zdiff3";
 | 
			
		||||
        diff = {
 | 
			
		||||
          algorithm = "histogram";
 | 
			
		||||
          colorMoved = "plain";
 | 
			
		||||
          mnemonicPrefix = true;
 | 
			
		||||
          renames = true;
 | 
			
		||||
        };
 | 
			
		||||
        rebase = {
 | 
			
		||||
          autosquash = true;
 | 
			
		||||
        };
 | 
			
		||||
        help = {
 | 
			
		||||
          autocorrect = "prompt";
 | 
			
		||||
        };
 | 
			
		||||
        branch = {
 | 
			
		||||
          sort = "-committerdate";
 | 
			
		||||
        };
 | 
			
		||||
        status = {
 | 
			
		||||
          submodulesummary = true;
 | 
			
		||||
        rerere = {
 | 
			
		||||
          enabled = true;
 | 
			
		||||
          autoupdate = true;
 | 
			
		||||
        };
 | 
			
		||||
        rebase.autosquash = true;
 | 
			
		||||
        help.autocorrect = "prompt";
 | 
			
		||||
        branch.sort = "-committerdate";
 | 
			
		||||
        tag.sort = "version:refname";
 | 
			
		||||
        status.submodulesummary = true;
 | 
			
		||||
      };
 | 
			
		||||
      includes =
 | 
			
		||||
        if config.user.git.workProfile.enable
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue