diff --git a/apps/git/config b/apps/git/config index 42f3bf5..023cf5e 100644 --- a/apps/git/config +++ b/apps/git/config @@ -4,6 +4,7 @@ [user] name = Daniel Flanagan email = daniel@lytedev.io + signingkey = daniel@lytedev.io [filter "lfs"] clean = git-lfs clean -- %f @@ -54,3 +55,7 @@ [url "git@github.com:postmates"] insteadOf = https://github.com/postmates +[commit] + gpgsign = true +[gpg] + program = gpg2 diff --git a/apps/htop/rc b/apps/htop/rc index 73e2ece..aa7857c 100644 --- a/apps/htop/rc +++ b/apps/htop/rc @@ -1,7 +1,7 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. fields=0 48 17 18 38 39 40 2 46 47 49 1 -sort_key=46 +sort_key=2 sort_direction=1 hide_threads=0 hide_kernel_threads=1 @@ -12,7 +12,7 @@ show_program_path=0 highlight_base_name=1 highlight_megabytes=1 highlight_threads=1 -tree_view=1 +tree_view=0 header_margin=1 detailed_cpu_time=0 cpu_count_from_zero=0 @@ -24,4 +24,3 @@ left_meters=LeftCPUs2 Memory Swap left_meter_modes=1 1 1 right_meters=RightCPUs2 Tasks LoadAverage Uptime right_meter_modes=1 2 2 2 -vim_mode=1