Commit graph

11 commits

Author SHA1 Message Date
Bruno BELANYI 46745f1f14 [ADD] Make target to link all packages 2020-12-12 14:12:42 +01:00
Bruno BELANYI 6d4f572af8 [FIX] Add missing rofi-dmenu package to Makefile 2020-12-12 14:12:42 +01:00
Bruno BELANYI 6aaed4a6f3 [FIX] Add missing i3blocks dependencies to Makefile 2020-12-12 14:12:42 +01:00
Bruno BELANYI ec21783e67 [FIX] Add missing i3lock-color package to Makefile 2020-12-12 14:12:42 +01:00
Bruno BELANYI c0c9f20b8e [FIX] Add missing termite package to Makefile 2020-12-12 14:12:42 +01:00
Bruno BELANYI e56415d525 [ADD] Mypy configuration files 2020-12-12 14:12:42 +01:00
Bruno BELANYI d729ab9d09 [UPDATE] Remove tridactyl package installation
I only added it to the `Makefile` because it wasn't on the Mozilla
Addons site for a while.
2020-12-12 14:12:42 +01:00
Bruno BELANYI a7ce579bb2 [ADD] GDB configuration files 2020-12-12 14:12:41 +01:00
Bruno BELANYI 83270a9bce [ADD] Zathura configuration files 2019-11-05 16:00:42 +01:00
Bruno BELANYI d79a86e8bd [ADD] Teach Makefile how to unlink stow packages
To ease the addition and removal of packages, some rules were added to
deal with those specially.

I still need to figure out how to stop repeating myself when linking and
unlinking unconventional packages (such as `scripts`).
2019-11-05 16:00:42 +01:00
Bruno BELANYI 8bedc06072 [UPDATE] Use bootstrap and Makefile installation
Instead of running `install.sh` to link all my packages, I split the
configuration into its CLI components and packages that need a Xorg
display server set-up.

This uses the `bootstrap.sh` script to make sure the needed dependencies
are installed. The `Makefile` can install all the packages or CLI ones
only.
2019-11-05 16:00:42 +01:00