July 31, 2022 at 4:17 PM
You can paste Kali's wallpapers. In fact, one is Debian and the other is Ubuntu, unless you change the bottom layer of the system
July 31, 2022 at 4:17 PM You can paste Kali's wallpapers. In fact, one is Debian and the other is Ubuntu, unless you change the bottom layer of the system July 31, 2022 at 8:06 PM check the PS1 variable on a kali terminal and copy that cover to your bashrc file August 6, 2022 at 11:18 AM Actually, you already did it. It's as easy as copying the .zshrc from https://gitlab.com/kalilinux/packages/kali-defaults/-/blob/kali/master/etc/skel/.zshrc to $HOME/.zshrc Don't forget to chsh and relog. August 6, 2022 at 12:38 PM (July 31, 2022, 04:36 AM)sarz Wrote: How ca I achieve the look of the Kali terminal in Ubuntu? The theme must be in zsh config file in Kali Just copy and pasted in Ubuntu and voilà u got ur theme back August 6, 2022 at 10:33 PM zsh and xfce4...tweak it to be kali like August 8, 2022 at 4:36 AM UPDATE: 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 I ALSO ENDED UP finding another solution that looked identical to the kali terminal for anyone else who would like to do this to there own Debian Distro REFERENCE: 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: 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. August 10, 2022 at 1:51 PM check the PS1 variable on a kali terminal and copy that cover to your bashrc file August 11, 2022 at 2:38 PM (July 31, 2022, 04:36 AM)sarz Wrote: How ca I achieve the look of the Kali terminal in Ubuntu? options -> style August 12, 2022 at 2:23 PM zsh and xfce4...tweak it to be kali like |