Skip to content

vadyalex/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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