sudo apt-get update && sudo apt-get dist-upgrade -y
sudo apt-get install -y i3 i3blocks rofi scrot feh compton ranger lxappearance xfonts-terminus ttf-liberationcd i3-config/
cp -R i3 ~/.config
cp -R rofi ~/.config
cp compton.conf ~/.configAfter startup, ranger creates a directory ~/.config/ranger. To copy the default configuration to this directory issue the following command:
ranger --copy-config=allranger official wiki --> https://github.com/ranger/ranger/wiki/Official-user-guide
Download --> http://fontawesome.io/
mkdir -v ~/.local/share/fonts
cp fontawesome-webfont.ttf ~/.local/share/fonts
fc-cache -fvDownload GTK and Icons themes:
GTK3 Theme --> Arc-Dark: https://github.com/horst3180/arc-theme
Icons Theme --> Arc-Icon-Theme: https://github.com/horst3180/arc-icon-theme
You can also download GTK Arc-Theme from apt:
sudo apt-get install arc-themeThen select gtk theme and icons from "lxappearance" menu'
Arc-Dark --> https://github.com/leofa/rofi-themes
Kali Linux - Xfce

