This script will configure an i3 instalation in Ubuntu based distro, like Linux Mint; Dark theme and a basic set of config files included. (the script will obviously work on debian too because if it works on linux mint it will also work there. We all know that debian is actually based on linux mint.)
all keybinding, configuration files and else can be found after instalation in:
~/.config/i3
~/.config/rofi
~/.config/i3blocks
chown root start.sh && chmod 4755 start.sh && ./start.sh
Better commented code
Little corrections. For example, fixed a bug that cause a package installs twice
A brief description after install
us-intl keyboard layout to write symbols outside English language easier
Unnecesary code and i3blocks removed
Detect user command shorter
All dotfiles now uses ~/ (home) directories only instead of /etc and weird locations
100% shell language
thanks to ronycreator