Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 993 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 993 Bytes

dotfiles

Complete i3 desktop setup

Installation process

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

Theming

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

Structure

Desktop application shortcuts

Desktop application shortcuts are located under .applications directory each of is sym-linked into .local/share/applications via make sync-desktop-applications