HarshKapadia2 / dotfiles

Harsh Kapadia's dotfiles.
MIT License
0 stars 0 forks source link

Add `hhtop` #4

Open HarshKapadia2 opened 1 week ago

HarshKapadia2 commented 1 week ago

Introduction

hhtop is a script to automate htop's config file (htoprc) depending on the size of the terminal (no. of cols) and no. of CPUs in the system, by swapping with multiple pre-made htoprc files (storage format: htoprc.*.bkp files).

To Do and Notes

Directory Structure

dotfiles
├── hhtop
│   ├── hhtop
│   ├── htoprc.1.bkp
│   ├── htoprc.2.bkp
│   ├── htoprc.3.bkp
│   ├── install
│   └── uninstall
│
│
HarshKapadia2 commented 4 days ago

To do for the hhtop file: