A compilation of customizations for Debian-based Linux distrubutions (mostly Pop!_OS and Kali Linux) and (finally) a mostly automated script to put everything in place.
Here's what the automated script does:
- Checks for and install Gnome desktop environment
- Creates a ~/git directory with a symlink from /git -> ~/git for convenience
- Clones this repository for support dotfiles, etc to ~/git
- Installs Oh My Zsh with the Powerlevel10k theme, autosuggestions and syntax highlighting plugins
- Type
exitafter the Zsh shell loads to exit zsh and continue the script
- Type
- Apt installs a number of my commonly used packages
- Along with Zenmap for occasionaly usage (Zenmap as Root application shortcut isn't currently working, but sudo -E zenmap does.)
- Git clones a number of my commonly used repos and installs/configures as needed
- Installs Gnome extensions
- Applicaiton Menu and Places Indicator extensions are disabled and will not enable via Tweaks, use Dconf-Editor, dconf, or gnome-extensions to enable and then they can be enabled/disabled from Tweaks
- Copies dotfiles and applies customizations via gsettings
- Wallpaper, favorite apps, keybindings, disables emoji shortcut key for compatibility with Terminator, sets themes
- Installs a number of my commonly used Firefox extensions
- gnome
- alien
- bloodhound
- cowsay
- dconf-editor
- gnome-shell-extension-arc-menu
- gnome-shell-extension-dash-to-panel
- gnome-shell-extension-desktop-icons
- gnome-shell-extension-easyscreencast
- gnome-shell-extension-proxyswitcher
- gnome-shell-extensions
- gnome-sushi
- lolcat
- neofetch
- powerline
- python-pip
- python3-argcomplete
- python3-pip
- ranger
- terminator
- vim-airline
- wxhexeditor
- xclip
- zaproxy
- zenmap
- Cookie Quick Manager
- FoxyProxy Standard
- Max HackBar
- Gnome Shell Integration
- HTTP Header Live
- Wappalyzer
- SecureAuthCorp/impacket
- 411Hall/JAWS
- rebootuser/LinEnum
- sleventyeleven/linuxprivchecker
- diego-treitos/linux-smart-enumeration
- TsukiCTF/Lovely-Potato
- samratashok/nishang
- besimorhino/powercat
- PowerShellMafia/PowerSploit
- carlospolop/privilege-escalation-awesome-scripts-suite
- 0x00-0x00/ShellPop
- absolomb/WindowsEnum
- Super+t - Open Terminator
- Ctrl+Shift+Esc - Open Gnome System Monitor
This started as an idea due to setting up a new VM with everything took time. Sure, I could use the default settings and install things as I needed them, but it also presented a fun project for a real-world issue... Boom! Learning opportunity.

