Skip to content

Commit

Permalink
add htop
Browse files Browse the repository at this point in the history
  • Loading branch information
long-910 committed Jan 14, 2024
1 parent 44c069f commit 7344e35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Doc/htop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# htop
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [tmux](Doc/Tmux.md)
- [emacs](Doc/emacs.md)
- [zsh](Doc/zsh.md)
- [htop](Doc/htop.md)

## 使用方法

Expand Down
5 changes: 5 additions & 0 deletions install_and_configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ if command -v "tmux-mem-cpu-load" &> /dev/null; then
exit_on_error $? "Failed to install tmux-mem-cpu-load"
echo "✅ tmux-mem-cpu-load installed successfully"
fi
echo -e

# htopのインストールと設定ファイルの取得・適用
check_and_install "htop"
echo -e

# スクリプトの進捗メッセージを終了
echo "🎉 Script execution completed!"

0 comments on commit 7344e35

Please # to comment.