--- a/.hgsub Fri Nov 03 11:11:00 2023 -0400
+++ b/.hgsub Tue Nov 07 09:57:07 2023 -0500
@@ -18,6 +18,7 @@
vim/bundle/markdown = [git]https://github.com/sjl/vim-markdown
vim/bundle/neoformat = [git]https://github.com/sbdchd/neoformat
vim/bundle/nerdtree = [git]https://github.com/scrooloose/nerdtree
+vim/bundle/nextflow-vim = [git]https://github.com/sjl/nextflow-vim
vim/bundle/paredit = [git]https://github.com/kovisoft/paredit
vim/bundle/pgsql = [git]https://github.com/exu/pgsql.vim
vim/bundle/python-mode = [git]https://github.com/klen/python-mode
--- a/.hgsubstate Fri Nov 03 11:11:00 2023 -0400
+++ b/.hgsubstate Tue Nov 07 09:57:07 2023 -0500
@@ -18,6 +18,7 @@
e2d7fcd682a461a3951e8b5067cc8a0083e75e35 vim/bundle/markdown
964c66fa22500ae7375114342d212d7fe15da341 vim/bundle/neoformat
9310f91476a94ee9c2f3a587171893743a343e26 vim/bundle/nerdtree
+47f6d8508757559fcfa8f49cd93cd5c86ce847f0 vim/bundle/nextflow-vim
c76e0987ec45c84103b408691ec0506e7b99cb30 vim/bundle/paredit
1a436f7d875b4ec630da081b041c73264235c7e7 vim/bundle/pgsql
d241974f40e8d206f9970e51fb0069951862ba35 vim/bundle/python-mode
--- a/bin/bootstrap.sh Fri Nov 03 11:11:00 2023 -0400
+++ b/bin/bootstrap.sh Tue Nov 07 09:57:07 2023 -0500
@@ -12,6 +12,7 @@
mkdir -p ~/.local/share
mkdir -p ~/.config/fish
mkdir -p ~/.config/nvim
+mkdir -p ~/.config/htop
mkdir -p ~/src/hg
mkdir -p ~/src/virtualenvs
mkdir -p ~/bin
@@ -64,5 +65,6 @@
ensure_link "src/dotfiles/w3m-config" ".w3m/config"
ensure_link "src/dotfiles/xbindkeysrc" ".xbindkeysrc"
ensure_link "src/dotfiles/xsessionrc" ".xsessionrc"
+ensure_link "src/dotfiles/htoprc" ".config/htop/htoprc"
echo done
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/htoprc Tue Nov 07 09:57:07 2023 -0500
@@ -0,0 +1,63 @@
+# Beware! This file is rewritten by htop when settings are changed in the interface.
+# The parser is also very primitive, and not human-friendly.
+htop_version=3.2.2
+config_reader_min_version=3
+fields=0 48 17 18 38 39 40 2 46 47 49 1
+hide_kernel_threads=1
+hide_userland_threads=1
+hide_running_in_container=0
+shadow_other_users=0
+show_thread_names=0
+show_program_path=1
+highlight_base_name=1
+highlight_deleted_exe=1
+shadow_distribution_path_prefix=0
+highlight_megabytes=1
+highlight_threads=1
+highlight_changes=1
+highlight_changes_delay_secs=5
+find_comm_in_cmdline=1
+strip_exe_from_cmdline=1
+show_merged_command=0
+header_margin=1
+screen_tabs=1
+detailed_cpu_time=0
+cpu_count_from_one=0
+show_cpu_usage=1
+show_cpu_frequency=0
+show_cpu_temperature=0
+degree_fahrenheit=0
+update_process_names=0
+account_guest_in_cpu_meter=0
+color_scheme=0
+enable_mouse=1
+delay=10
+hide_function_bar=0
+header_layout=two_50_50
+column_meters_0=LeftCPUs2 Memory Swap
+column_meter_modes_0=1 1 1
+column_meters_1=RightCPUs2 Tasks LoadAverage Uptime
+column_meter_modes_1=1 2 2 2
+tree_view=1
+sort_key=46
+tree_sort_key=0
+sort_direction=-1
+tree_sort_direction=1
+tree_view_always_by_pid=1
+all_branches_collapsed=0
+screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
+.sort_key=PERCENT_CPU
+.tree_sort_key=PID
+.tree_view=1
+.tree_view_always_by_pid=1
+.sort_direction=-1
+.tree_sort_direction=1
+.all_branches_collapsed=0
+screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command
+.sort_key=IO_RATE
+.tree_sort_key=PID
+.tree_view=0
+.tree_view_always_by_pid=0
+.sort_direction=-1
+.tree_sort_direction=1
+.all_branches_collapsed=0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/remote/bin/tv Tue Nov 07 09:57:07 2023 -0500
@@ -0,0 +1,1 @@
+../../bin/tv
\ No newline at end of file
--- a/remote/bootstrap.sh Fri Nov 03 11:11:00 2023 -0400
+++ b/remote/bootstrap.sh Tue Nov 07 09:57:07 2023 -0500
@@ -21,19 +21,21 @@
mkdir -p ~/.config/fish
mkdir -p ~/.config/nvim
+mkdir -p ~/.config/htop
mkdir -p ~/bin
mkdir -p ~/.vim
mkdir -p ~/.terminfo/s
-ensure_link "src/dotfiles/st" ".terminfo/s/st"
-ensure_link "src/dotfiles/st-256color" ".terminfo/s/st-256color"
+ensure_link "src/dotfiles/bash_profile" ".bash_profile"
+ensure_link "src/dotfiles/config.fish" ".config/fish/config.fish"
+ensure_link "src/dotfiles/dircolors" ".dircolors"
+ensure_link "src/dotfiles/ffignore" ".ffignore"
ensure_link "src/dotfiles/gitconfig" ".gitconfig"
ensure_link "src/dotfiles/gitignore" ".gitignore"
-ensure_link "src/dotfiles/bash_profile" ".bash_profile"
-ensure_link "src/dotfiles/dircolors" ".dircolors"
-ensure_link "src/dotfiles/ffignore" ".ffignore"
-ensure_link "src/dotfiles/config.fish" ".config/fish/config.fish"
+ensure_link "src/dotfiles/htoprc" ".config/htop/htoprc"
ensure_link "src/dotfiles/hushlogin" ".hushlogin"
-ensure_link "src/dotfiles/vimrc" ".vimrc"
+ensure_link "src/dotfiles/st" ".terminfo/s/st"
+ensure_link "src/dotfiles/st-256color" ".terminfo/s/st-256color"
ensure_link "src/dotfiles/vim-colors" ".vim/colors"
+ensure_link "src/dotfiles/vimrc" ".vimrc"
ensure_link "src/dotfiles/vimrc-remote-local" ".vimrc_remote_local"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/remote/htoprc Tue Nov 07 09:57:07 2023 -0500
@@ -0,0 +1,1 @@
+../htoprc
\ No newline at end of file