This repository stores my configuration of Openbox, a highly configurable, next generation window manager with extensive standards support.
If we have Git installed on the system, we can get the files directly from the repository:
git clone https://gitlab.com/aguslr/openbox-config
After this, every time we want to update the files we do:
cd openbox-config && git pull
If Git is not installed, we can still get the files as long as we have a basic Unix environment available:
wget https://gitlab.com/aguslr/openbox-config/-/archive/main/openbox-config-main.tar.gz -O - | tar -xzv --strip-components 1 --exclude={README.md,screenshot.png}
To easily create and manage links to the files we can use GNU Stow as follows:
stow -vt ~ -S .
Or simply, using Make:
make install