Skip to content

Commit

Permalink
updated bash-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 8, 2024
1 parent c9f8ba3 commit 1b5dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-tools
Submodule bash-tools updated 40 files
+0 −7 .bash.d/functions.sh
+13 −0 .bash.d/git.sh
+116 −0 .bash.d/intellij.sh
+0 −34 .bash.d/media.sh
+2 −0 .envrc
+17 −7 README.md
+77 −0 bin/find_lock.sh
+4 −5 bin/image_join_stack.sh
+75 −0 bin/imageopen.sh
+24 −5 git/git_diff_commit.sh
+156 −0 git/git_graph_commit_history_gnuplot.sh
+136 −0 git/git_graph_commit_history_mermaidjs.sh
+135 −0 git/git_graph_commit_times_gnuplot.sh
+129 −0 git/git_graph_commit_times_mermaidjs.sh
+1 −1 git/markdown_generate_index.sh
+127 −0 github/github_graph_commit_times_gnuplot.sh
+115 −0 github/github_graph_commit_times_mermaidjs.sh
+42 −0 install/install_prometheus.sh
+39 −0 install/install_prometheus_alertmanager.sh
+39 −0 install/install_prometheus_blackbox_exporter.sh
+39 −0 install/install_prometheus_consul_exporter.sh
+39 −0 install/install_prometheus_graphite_exporter.sh
+39 −0 install/install_prometheus_memcached_exporter.sh
+39 −0 install/install_prometheus_mysqld_exporter.sh
+39 −0 install/install_prometheus_node_exporter.sh
+39 −0 install/install_prometheus_push_gateway.sh
+39 −0 install/install_prometheus_statsd_exporter.sh
+39 −0 install/install_promlens.sh
+40 −0 kubernetes/prometheus_node_exporter.sh
+30 −0 lib/utils.sh
+1 −1 media/avi_to_mp4.sh
+1 −1 media/mkv_to_mp4.sh
+1 −1 media/mp3_set_album.sh
+1 −1 media/mp3_set_artist.sh
+1 −1 media/mp3_set_track_name.sh
+1 −1 media/mp3_set_track_order.sh
+95 −0 media/svg_to_png.sh
+91 −0 media/webp_to_png.sh
+1 −0 setup/brew-packages-desktop.txt
+44 −18 setup/prometheus.yml

0 comments on commit 1b5dcec

Please sign in to comment.