Install using curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/vadyalex/dotfiles/master/bootstrap.sh)"
or using wget
sh -c "$(wget https://raw.githubusercontent.com/vadyalex/dotfiles/master/bootstrap.sh -O -)"
Change to nearly cloned dotfiles directory and see the list of available commands
cd ~/.dotfiles/bin; ./attune
Update theme and background of the login screen
sudo lightdm-gtk-greeter-settings
Update theme across all graphical interface frameworks via
lxappearance
gtk-chtheme
and finally make Qt use GTK+ theme in the dropdown menu via
qtconfig-qt4
Desktop application shortcuts are located under .applications
directory each of is sym-linked into .local/share/applications
via make sync-desktop-applications