Preview link: https://youtu.be/05Tl3i0RJ9U
Full tutorial (how to setup this): https://youtu.be/K3udjkay6-A
cd kali-punk
sudo bash install.sh
If you get any errors in this auto installation script then please go through the manual way (See Down, I explained how to install every package clearly)
👈 Dependencies
i3
sudo apt install i3
polybar
echo -e "\n\e[40mInstalling polybar...\n"
sudo apt-get install cmake cmake-data libcairo2-dev libxcb1-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-image0-dev libxcb-randr0-dev libxcb-util0-dev libxcb-xkb-dev pkg-config python-xcbgen xcb-proto libxcb-xrm-dev i3-wm libasound2-dev libmpdclient-dev libiw-dev libcurl4-openssl-dev libpulse-dev libxcb-composite0-dev xcb libxcb-ewmh2
git clone https://github.com/jaagr/polybar.git
cd polybar && ./build.sh
sudo apt install polybar
install -Dm644 /usr/share/doc/polybar/config $HOME/.config/polybar/config
zsh
sudo apt install zsh
chsh -s $(which zsh)
oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
chsh -s $(which zsh)
mate-terminal
sudo apt install mate-terminal
imagemagick
sudo apt install imagemagick
compton
sudo apt install compton
feh
sudo apt install feh
ffmpeg
sudo apt install ffmpeg
neofetch
sudo apt install neofetch
brave-browser
sudo apt install apt-transport-https curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser
w3m
sudo apt install w3m
i3-gaps
sudo apt install i3-gaps
ranger
sudo apt install ranger
rofi
sudo apt install rofi
wallset
git clone https://github.com/terroo/wallset
cd wallset
sudo bash install.sh
sudo ./install.sh --force
term-clock
git clone https://github.com/Souravgoswami/term-clock
cd term-clock
👈 Modifications
Mate-terminal
-
General
- Font: Monospace Regular
- Font Size: 9
- Uncheck [Show menubar by default in new terminals]
-
Colors
- Foreground, Background, Bold and Underline
- Build-in schemes: Custom
- Text color: #E30A7D
- Bold color: #F809B7
- Background color: #020429
- Palette
- Build-in schemes: Solarized
- Foreground, Background, Bold and Underline
-
Background
- Tansparent Background : set 68% transparency
-
Scrolling
- Scrollbar is: disabled