vadyalex / dotfiles

Make your desktop great again!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Make your desktop great again!


Languages

Language:Python 66.1%Language:Clojure 17.7%Language:Shell 8.9%Language:Makefile 7.3%