diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/.config/htop/htoprc | 6 | ||||
-rw-r--r-- | dev/.gitconfig | 7 | ||||
-rw-r--r-- | dev/.ssh/config | 11 |
3 files changed, 8 insertions, 16 deletions
diff --git a/dev/.config/htop/htoprc b/dev/.config/htop/htoprc index 6511397..e3e5dd8 100644 --- a/dev/.config/htop/htoprc +++ b/dev/.config/htop/htoprc @@ -9,7 +9,7 @@ hide_kernel_threads=1 hide_userland_threads=0 shadow_other_users=0 show_thread_names=0 -show_program_path=0 +show_program_path=1 highlight_base_name=0 highlight_megabytes=1 highlight_threads=1 @@ -17,8 +17,8 @@ highlight_changes=0 highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 -show_merged_command=0 -tree_view=0 +show_merged_command=1 +tree_view=1 tree_view_always_by_pid=0 header_margin=1 detailed_cpu_time=0 diff --git a/dev/.gitconfig b/dev/.gitconfig index aa332fe..7f277dd 100644 --- a/dev/.gitconfig +++ b/dev/.gitconfig @@ -1,10 +1,7 @@ [user] email = mcsinyx@disroot.org name = Nguyễn Gia Phong - signingkey = 27148B2C06A2224B -[diff] - tool = vimdiff - guitool = gvimdiff + signingkey = A49C7D6CBDADCF44 [sendemail] smtpserver = disroot.org smtpuser = mcsinyx@disroot.org @@ -23,3 +20,5 @@ defaultBranch = main [trailer "sign"] key = Signed-off-by +[push] + followTags = true diff --git a/dev/.ssh/config b/dev/.ssh/config index fa85006..681714a 100644 --- a/dev/.ssh/config +++ b/dev/.ssh/config @@ -1,15 +1,8 @@ AddKeysToAgent yes -Host acanban - HostName acanban.ga - User weboms - Port 22222 - RequestTTY yes - RemoteCommand ssh acanban - -Host ict9 +Host comlake HostName ictlab.usth.edu.vn User phongng Port 22222 RequestTTY yes - RemoteCommand ssh ict9 -L 5901:localhost:5901 + RemoteCommand ssh comlake |