1
0
Fork 0

Compare commits

...

3 commits

Author SHA1 Message Date
57edf93aa3
Add git-delta 2024-12-21 01:37:38 -06:00
00f66b7e7d
Add sourcing for nix home-manager 2024-12-21 01:31:29 -06:00
48714e27f9
Add locale 2024-12-20 13:17:54 -06:00
3 changed files with 21 additions and 0 deletions

View file

@ -14,3 +14,12 @@
defaultBranch = main defaultBranch = main
[sendemail] [sendemail]
smtpserver = /home/sudoer777/.guix-home/profile/bin/msmtp smtpserver = /home/sudoer777/.guix-home/profile/bin/msmtp
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
[merge]
conflictstyle = zdiff3

View file

@ -32,6 +32,15 @@ set -x EDITOR $GUIX_HOME/bin/hx
set -x VISUAL $GUIX_HOME/bin/hx set -x VISUAL $GUIX_HOME/bin/hx
set -x LANG en_US.UTF-8
set -x LC_ALL en_US.UTF-8
set --prepend fish_function_path $GUIX_HOME/share/fish/functions
fenv source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh
set -e fish_function_path[1]
alias ls='exa' alias ls='exa'

View file

@ -25,6 +25,8 @@
"iputils" "iputils"
"procps" "procps"
"psmisc" "psmisc"
"git-delta"
"fzf"
"julia" "julia"
"distrobox" "distrobox"
"gzip" "gzip"
@ -43,6 +45,7 @@
"man-db" "man-db"
"privoxy" "privoxy"
"mailutils" "mailutils"
"fish-foreign-env"
"lsof" "lsof"
"strace" "strace"
"tcpdump" "tcpdump"