StewAlexander-com
released this
29 Jan 23:58
·
6 commits
to main
since this release
Debian-CLI-Tool_Installer.py
This program installs the following software (if it does not yet exist) on a debian-like OS like Ubuntu / Kali Linux / Linux Mint etc
>> chkservice - TUI systemd unit manager
>> htop - TUI top clone on steroids
>> nnn - TUI file explorer
>> ncdu - TUI du clone, easily find what is taking up space
>> network-manager - Installs nmtui, a way to manage wireless network connections
>> ne - Nano clone, with some nice options
>> hping3 - Ping on steroids, useful on solving network issues
>> nmap - Network mapping tool, insanely powerful
>> lynis - Linux security and configuration audit tool
>> apt-show-versions - Show the versions of software installed and what needs updating
>> vim - Vi Improved, editor par exelance for Linux
>> fish - Friendly Interactive Shell - many improvements over bash
>> tig - TUI Git tool
>> bmon - Bandwith monitor
>> dnsutils - Installs dig, the DNS linux wonder-tool
>> most - pager like "less" and "more" with more options
>> eget (Github software installer)
>> lsd - ls clone that show nice icons if a nerdfont is installed
>> sd - sed clone with easier syntax
>> Lazygit - TUI git tool, works well in conjunction with tig
Added
- Got rid of large switch statement, now checks if code is available via apt before installing it (for expansion capabilities)
- 01/27/2023 - Added descriptions to files that this installs