A clean, minimal, and aesthetic terminal setup using Kitty + Fastfetch with a boxed UI, icons, and color-coded sections.
- 📦 Boxed Fastfetch layout
- 🎨 Color-coded sections (System, Storage, Session)
- ⚡ Icons + arrows for a modern UI
- 🧊 Glass-style terminal (transparency + blur)
- 🖼️ Custom image logo (Kitty graphics protocol)
- 💀 Clean and minimal "riced" setup
Make sure you have the following installed:
- Kitty Terminal
- Fastfetch
- Nerd Font (for icons)
- A Linux distro (tested on Ubuntu)
This setup uses a Nerd Font for proper icon rendering.
👉 Recommended:
-
MesloLGS Nerd Font Download from: https://www.nerdfonts.com/font-downloads
-
Or any Nerd Font of your choice
This setup uses a minimal dark theme with transparency, based on the Tokyo Night theme.
Kitty provides built-in themes via kitten themes.
Run:
kitty +kitten themesThen search for:
Tokyo Night
Select it and apply.
To make it permanent, add this line to your kitty.conf:
include ~/.config/kitty/themes/Tokyo_Night.confTransparency is handled by Kitty, but blur depends on your desktop environment.
Install extension: 👉 Blur My Shell
Then:
- Enable blur
- Adjust opacity & radius
You can customize colors inside kitty.conf:
background #0f111a
foreground #cdd6f4
cursor #f5e0dcmy-terminal-setup/
├── fastfetch/
│ └── config.jsonc
├── kitty/
│ └── kitty.conf
├── screenshots/
│ └── setup.png
└── README.md
git clone https://github.com/Priyam792/my-terminal-setup.git
cd my-terminal-setup
sudo apt install kitty fastfetch
mkdir -p ~/.config/fastfetch ~/.config/kitty
cp fastfetch/config.jsonc ~/.config/fastfetch/
cp kitty/kitty.conf ~/.config/kitty/
fastfetch
The Fastfetch config uses a demo image path:
~/Pictures/demo.png
👉 Replace it with your own image:
/home/your-username/Pictures/your-image.png
If icons are not showing:
- Install a Nerd Font
- Set it in Kitty config
Run:
fc-cache -fv
Then restart terminal
You can:
- Change Fastfetch layout
- Modify box width
- Replace icons
- Use different fonts
- Change colors in Kitty
This project is licensed under the MIT License.
Made with 💀 by Priyam792
Give it a ⭐ on GitHub and feel free to fork!

