0% found this document useful (0 votes)
29 views4 pages

Kali Terminal in Ubuntu

Uploaded by

rastechethiopia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views4 pages

Kali Terminal in Ubuntu

Uploaded by

rastechethiopia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

New posts Search forums

Forums  General Linux Forums  Command Line 

Stainless Steel Bar Supplier


China Factory Stainless Steel Bars For Sale. Certification: ISO. Made in China

Jiangsu Steel Group Open

Kali terminal in Ubuntu?


 kalistamp ·  Jul 31, 2022
Jul 31, 2022  #1

K I apologize in advance if my question sounds dumb..

I have been using kali Linux for Years but recently have switched over to Ubuntu for my daily driver

kalistamp
New Member I really miss the Look and feel of Kali Linux Terminal but want to stick with Ubuntu as my daily driver.
Joined: Jul 31, 2022
Messages: 2 is there anyway ay to achieve this?
Reaction score: 0
Credits: 23
I am familiar with Oh my zsh and already have it installed but miss the entire theme and feel of the Kali terminal

Picture for Reference: https://www.h4k-it.com/wp-content/uploads/2020/08/kali-2020-3-rele

Note: I have already tried just taking a peek at Kali .zshrc file and moving that into Ubuntu .zshrc with no luck in change

Jul 31, 2022  #2

Welcome to the forums,


Do you mean terminal? Or do you mean desktop?

 Terminals, there are half a dozen or so terminal emulators any of which you can install and use on Ubuntu
Desktops, the choice is almost endless, Kali offer three different desktop environments [Xfce, Plasma,&Gnome shell] , again they can be installed to
Brickwizard
Well-Known Member Ubuntu, BUT you will need to modify them yourself to get the exact feel and appearance you may be looking for,
Joined: Apr 28, 2021
Messages: 7,088 When asking for help
Reaction score: 4,904 Please state the make and model number of your machine or its specification [some problems may be equipment specific]
Credits: 52,837 Please tell us which distribution and build number you are having problems with [example Ubuntu 22.04]
Explain what your problem is and what [if anything] you have tried to remedy it yourself
How Do I Install Linux (A General Guide) • Linux Tips
The idea that Bill Gates has appeared like a knight in shining armour to lead all customers out of a mire of technological chaos neatly ignores the fact that it was he, by peddling second-rate
technology, who led them into it in the first place
Douglas Adams [1995]

Currently running, Mint LMDE6, Parrot 6.1, Debian stable, [no longer running 32 bit]
on HP Pro-Desk SFF and Dell latitude 5490

Jul 31, 2022  #3

Just in case it is indeed terminals that is of interest, rather than desktop environments, there's a useful collection of terminals noted at:
https://github.com/k4m4/terminals-are-sexy, under the heading: Terminal Emulation Applications, (including some for non-linux OSs) from where there are
links to the various terminal's homes. There are other terminals not in the listing, such as "st", "mrxvt", "guake", "lxterminal", "eterm", "wterm", and "roxterm"
and more still, so altogether there's enough to satisfy a wide range of tastes and requirements.
osprey
Forums 
Well-Known Member
What's new  Linux Tutorials 
Members 
Download Linux Newsletter Credits LUGs  Log in LastRegister
edited: Jul 31, 2022

Joined: Apr 15, 2022
Messages: 2,001
Reaction score: 2,476
Credits: 20,377

Jul 31, 2022  #4

I could be wrong, but I think the default terminal emulator in Kali is QTerminal?!

JasKinasis
Super Moderator
Staff member

Gold Supporter
Joined: Apr 25, 2017
Messages: 1,975
Reaction score: 2,999
Credits: 17,573

Jul 31, 2022  #5

QTerminal used to be i believe

Slackware and Vanilla Arch user

captain-sensible
Well-Known Member
Joined: Jun 14, 2019
Messages: 2,910
Reaction score: 1,976
Credits: 18,114

Jul 31, 2022  #6

Code:

sudo apt update && sudo apt install qterminal

forester "Give a man a fish and feed him for a day. Teach a man to fish and feed him for a lifetime"
Well-Known Member
Joined: Mar 5, 2022
Messages: 544
Reaction score: 320
Credits: 3,829

Aug 4, 2022  #7

K
P
O

Thank you all for the helpful replies , after looking into qterminal and a few other options i ultimately ended going with the Fish Command Line shell
(https://fishshell.com/)

which gives me the closest feeling to kali Linux as it autocompletes and highlights the correct command blue when typed in
kalistamp
New Member
Joined: Jul 31, 2022
Messages: 2
Reaction score: 0
Credits: 23

Aug 5, 2022  #8

I was able to make Kali Terminal look the same on Ubuntu.


1. Install terminal: sudo apt install qterminal zsh
2. Copy over the ~/.zshrc from Kali to Ubuntu
3. Change your default shell to zsh, from the terminal: chsh -s /bin/zsh
f33dm3bits
Gold Member 4. Log out of your system and back in.
Gold Supporter
5. After placing the ~/.zshrc configuration file run the following commands from the terminal.
Joined: Dec 11, 2019 Code:
Messages: 7,899
Reaction score: 6,301 autoload -Uz compinit promptinit
Credits: 57,955 compinit
promptinit

6. Install zsh-autosuggestions: sudo apt install zsh-autosuggestions


7. Copy over all the files from your Kali system in the directory /usr/share/qtermwidget5/color-schemes/* to the same location on your Ubuntu system.
8. Install firacode fonts: sudo apt install fonts-firacode
9. On your Ubuntu system go Qterminal preferences: Change the color Scheme to "Kali-Dark" and click apply. Also if you want other settings the same
from your terminal just copy the settings over by comparing the Kali Qterminal to the Ubuntu and select/unselect as needed including "Fira Code 10pt".
Also at the bottem of the Appearance settings of your terminal change the "Application transparency" from "0%" to "5%" which is the same as on Kali and
click apply.
10. If you want you can even copy from your Kali system the themes directory under: /usr/share/themes/Kali-dark to your Ubuntu system ~/.themes.
11. Install lxappearance: sudo apt install lxapperance
12. Launch it and from there you can select "Kali-Dark" Not sure if this will work since they may be using different theme libraries qt5.
However the terminal part should work, the end result will be your Qterminal look like Kali's. You can then still install neofetch on both systems and
compare the different parts and look for the parts on the Ubuntu system that aren't the same as on the Kali system and copy them over where needed.
Then once copied over selecting them through lxapperance as wanted.

The end result should look like this which I find exactly similar since all the terminal settings are copied exactly as they are from Kali to Ubuntu.

P.S It also seems like the copying over of the themes and selecting it under lxappearance gives the full effect of the Kali look, because the the Gnome
Appearance selector doesn't seem to allow you to select custom themes. Without it terminal doesn't look transparent. Lastly I just did this while I was
watching a series and having a drink. This worked for me and should work for you, if it doesn't work for you you did something wrong and don't ask me
what you did wrong. You should be able to figure out that part yourself because I basically wrote out of what parts are needed for it.

Attachments

Kali_Qterminal.png Ubuntu_Qterminal.png
Last edited: Aug 5, 2022

"All things are difficult before they are easy"


"Nothing that is worthwhile is ever easy"
----------------------------------------------------------------------
pygeek, Likid, JasKinasis and 1 other person

Nov 25, 2022  #9

L Thank you @f33dm3bits! I've been looking for this for months!

Likid
New Member
Joined: Nov 25, 2022
Messages: 1
Reaction score: 1
wizardfromoz
Credits: 6

Mar 16, 2023  #10

M f33dm3bits said: 
I was able to make Kali Terminal look the same on Ubuntu.
1. Install terminal: sudo apt install qterminal zsh
Marcus156 2. Copy over the ~/.zshrc from Kali to Ubuntu
New Member 3. Change your default shell to zsh, from the terminal: chsh -s /bin/zsh
Joined: Mar 16, 2023 4. Log out of your system and back in.
Messages: 1 5. After placing the ~/.zshrc configuration file run the following commands from the terminal.
Reaction score: 0
Credits: 6 Code:
Click to expand...

f33dm3bits said: 
I was able to make Kali Terminal look the same on Ubuntu.
1. Install terminal: sudo apt install qterminal zsh
2. Copy over the ~/.zshrc from Kali to Ubuntu
3. Change your default shell to zsh, from the terminal: chsh -s /bin/zsh
4. Log out of your system and back in.
5. After placing the ~/.zshrc configuration file run the following commands from the terminal.

Code:
Click to expand...

I am not a kali user would you please share the files in /usr/share/qtermwidget5/color-schemes/ and /usr/themes/kali-dark

Mar 16, 2023  #11

Marcus156 said: 
I am not a kali user would you please share the files in /usr/share/qtermwidget5/color-schemes/ and /usr/themes/kali-dark

f33dm3bits I don't use Kali either, I installed it in the vm at the time and then copied over the files.
Gold Member
"All things are difficult before they are easy"
Gold Supporter
"Nothing that is worthwhile is ever easy"
Joined: Dec 11, 2019 ----------------------------------------------------------------------
Messages: 7,899
Reaction score: 6,301
Credits: 57,955

Jan 2, 2024  #12

P You can also see here : https://linuxopsys.com/topics/make-ubuntu-terminal-look-like-kali-linux#3_Customizing_ubuntu_zshell

I tested it. It's working !

pygeek
New Member
Joined: Jan 2, 2024
Messages: 2
Reaction score: 0
Credits: 18
Jan 2, 2024  #13

P Marcus156 said: 
I am not a kali user would you please share the files in /usr/share/qtermwidget5/color-schemes/ and /usr/themes/kali-dark

pygeek You can look here : https://pastebin.com/rhrWSiaL


New Member Here, you can find the .zshrc file of Kali Linux.
Joined: Jan 2, 2024
Messages: 2
Copy all of these lines and paste them into a .zshrc file.
Reaction score: 0
Credits: 18 I am new in Linux so I can't explain how you can do this. I used Kali but it's very hard to use it when we are beginners. So I use Ubuntu now. But I love the
interface of Kali. It's the reason for why I searched how to change the Ubuntu terminal to a Kali terminal.

So, you can click here for more information.


Good luck
(I tested it. It's working.)
Last edited: Jan 2, 2024

You must log in or register to reply here.

Share:       
Staff online Members online
wizardfromoz wizardfromoz, Brickwizard
Administrator

Total: 662 (members: 3, guests: 659)

Latest posts
Long ago I removed XP from Dell Inspiron 1501
and loaded CentOS6 this being the only OS I could
find that would override the Dell Quickset facility
Latest: Brickwizard · 12 minutes ago
Forums  General Linux Forums  Command Line  General Linux Questions

P Midori Browser
 Default Style Rob's Backyard BBQ : Rob's BBQ stuff Latest: ponchale · 47 minutes ago Contact us Terms and rules Privacy policy Help 
General Linux Questions
Community platform by XenForo® © 2010-2024 XenForo Ltd.
Parts of this site powered byodd audio
XenForo problem
add-ons from DragonByte™ ©2011-2024 DragonByte Technologies Ltd. (Details)
Latest: MikeWalsh · Today at 4:33 AM
Linux Audio / Video

introduction to Ethical Hacking


Latest: GatorsFan · Today at 4:15 AM
Kali Linux

T Expirion is alive again


Latest: theLegionWithin · Today at 3:16 AM
Debian and derivatives

You might also like