gitpod
gitpod copied to clipboard
feature(supervisor): installation of dotfiles via Makefile
Description
I and many folks use a Makefile as a standard interface to dotfiles. This pull-request adds support for Makefiles
How to test
- Change was directly applied using GitHub editor and is pending test
- Start instance, configure dotfiles repo with
Makefile- does it work?
Release Notes
feature: installation of dotfiles via Makefile
Documentation
Will require https://www.gitpod.io/docs/config-dotfiles to be updated once this ships.
@csweichel @iQQBot does it make sense? Could you review please?
Under normal circumstances, the makefile itself will not have execute permission, and instead of executing the makefile directly, we use the make command
@ghuntley did you run some tests on this?
I think what @iQQBot is saying makes sense, you would not run Makefile instead you run the make cmd.
Is that what you do for your dotfiles?
Shall we convert the PR to draft for now? It doesn't seem to be ready to be merged 🤔
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.