{"id":14982832,"url":"https://github.com/trueredfence/kali-linux-terminal","last_synced_at":"2026-03-02T23:38:39.003Z","repository":{"id":216928062,"uuid":"742717708","full_name":"trueredfence/kali-linux-terminal","owner":"trueredfence","description":"Customize your linux Terminal to Kali Linux Terminal Theme","archived":false,"fork":false,"pushed_at":"2026-01-12T08:49:45.000Z","size":119,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T18:30:56.935Z","etag":null,"topics":["kalilinux","terminal","zsh","zshell"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/@true_redfence","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trueredfence.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-13T06:38:15.000Z","updated_at":"2026-01-12T08:49:49.000Z","dependencies_parsed_at":"2024-08-28T14:38:18.937Z","dependency_job_id":"e86a5583-ec62-4b22-8fa8-e57a3d06938f","html_url":"https://github.com/trueredfence/kali-linux-terminal","commit_stats":{"total_commits":23,"total_committers":3,"mean_commits":7.666666666666667,"dds":0.4347826086956522,"last_synced_commit":"d5cbdd607f1a21dc4d251ce8d1c96a9b08046b70"},"previous_names":["devtechfusion/kalilinuxterminal","trueredfence/kalilinuxterminal","trueredfence/kali-linux-terminal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trueredfence/kali-linux-terminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trueredfence%2Fkali-linux-terminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trueredfence%2Fkali-linux-terminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trueredfence%2Fkali-linux-terminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trueredfence%2Fkali-linux-terminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trueredfence","download_url":"https://codeload.github.com/trueredfence/kali-linux-terminal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trueredfence%2Fkali-linux-terminal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30025307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T23:36:48.274Z","status":"ssl_error","status_checked_at":"2026-03-02T23:33:36.569Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kalilinux","terminal","zsh","zshell"],"created_at":"2024-09-24T14:06:16.601Z","updated_at":"2026-03-02T23:38:38.992Z","avatar_url":"https://github.com/trueredfence.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kali Linux Terminal Theme\n\n![Kali Terminal](kali-linux-terminal.png)\n\n### Single Line Command to get job done \n```bash\nsudo bash -c \"$(curl -H 'Cache-Control: no-cache, no-store' https://raw.githubusercontent.com/trueredfence/kali-linux-terminal/refs/heads/main/install.sh)\"\n```\n\n## Install zsh shell in your linux machine\n\n### Donwload on machine\n```bash\nwget https://github.com/trueredfence//kali-linux-terminal/archive/refs/heads/main.zip -O /tmp/kalilinuxterminal.zip\nunzip kalilinuxterminal.zip\n```\n\n### fedora\nYou can choose command as per your linux distro i am using fedora so i am using dnf if you are using ubuntu then you have to apt \n\n#### 1. Install z shell first\n  ```bash\n  sudo dnf install zsh -y\n   ```\n### OR\n  ```bash\n  sudo yum install zsh -y\n   ```\n#### 2. Copy zsh-autosuggestions and zsh-syntax-highlighting into /usr/share folder of your machine\n   ```bash\n   cd /tmp/kali-linux-terminal-main\n   sudo cp -Rf zsh-* /usr/share\n   ```\n#### 3. copy paste .zshrc file in your ~/ [your /home/] folder if already exists replace with this file\n   ```bash\n   sudo cp -Rf .zshrc ~/\n   ```\n#### 4. chagne permisson of zsh-syantax and zsh-autosuggestion to\n   ```bash\n   sudo chmod 755 /usr/share/zsh-*\n   ```\n#### 6. change default shell to zsh\n  ```\n  command -v zsh ## find path to ksh ##\n  chsh -s /usr/bin/zsh ## change bash to zsh ##\n  grep \"^${USER}\" /etc/passwd ## Verify if changed ##\n  ```\n#### 5. logout and re loggin again to view changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrueredfence%2Fkali-linux-terminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrueredfence%2Fkali-linux-terminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrueredfence%2Fkali-linux-terminal/lists"}