Skip to content

gtk 3.0

Jason Hempstead edited this page Aug 21, 2020 · 1 revision

gtk-3.0

GTK, or the GIMP Toolkit, is a multi-platform toolkit for creating graphical user interfaces

requires:

apt install gtk-3.0
yum install gtk-3.0
pacman -S gtk-3.0

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/gtk-3.0/raw/master/install.sh)"

Manual install:

sudo bash -c "$(curl -LSs https://github.com/casjay-themes/linux/raw/master/install.sh)"
mv -fv "$HOME/.config/gtk-3.0" "$HOME/.config/gtk-3.0.bak"
git clone https://github.com/casjay-dotfiles/gtk-3.0 "$HOME/.config/gtk-3.0"

gtk-3.0 wiki | gtk-3.0 site

Clone this wiki locally