Skip to content

r4vencrane/Phantom-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phantom Terminal Installer

image


About

A simple Bash script that automates the setup of a clean, modern terminal environment using:

  • Zsh
  • Kitty (terminal emulator)
  • Starship (cross-shell prompt)
  • Lsd & Bat (modern replacements for ls and cat)
  • target.sh (helpful tool for copy IP adresses and related content)

Features

  • Installs required packages
  • Applies configuration files
  • Adds aliases and settings to .zshrc
  • Designed for Kali, Debian, and Ubuntu-based distros

Preview

phantom-terminal


Requirements

  • Linux system with apt package manager
  • Internet connection
  • Sudo privileges

Usage

git clone https://github.com/yourusername/phantom-terminal.git
cd phantom-terminal
chmod +x install_phantom.sh
sudo ./install_phantom.sh

Follow the interactive prompt to install the Phantom Terminal setup.


Notes

  • The script modifies ~/.zshrc and ~/.config/, so back them up if needed.
  • Font files and configs should exist in fonts/, kitty/, and the root directory as expected.
  • If you're not using Oh My Zsh, make sure .zshrc does not attempt to source it, or comment that line out.

About target.sh

target.sh is a lightweight helper script designed to simplify handling target IPs during red teaming, CTFs, or penetration testing engagements.

What it does:

  • Stores a target IP address into a local file (~/.target_ip)
  • Allows you to quickly copy that IP to your clipboard using xclip (ideal for pasting into terminal tools or reports)

Usage

target 10.10.14.27     # Saves the IP to ~/.target_ip
target copy            # Copies the saved IP to your clipboard

image

Note

This script stores the IP in plain text in your home directory. It's meant for quick access in controlled environments, not for storing sensitive or long-term data.


About

Bash script that automates the installation and configuration of a terminal with aesthetics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages