So I found a rather weird issue. The makefile was evaling the conditional of a target before that target is called. `make install` is a empty target with a ordered dependency: `init` and `update`. In the `init` script section it will install the `~/.zplug` zsh dependency, and the update script checks to see if that target exist, aborting if it doesn't. The issue is that running `make install` will install the `~/.zplug` dir, then report that the dir doesn't exist. Where running `make init && make update` will work as expected. There is probably some flag in make to resolve this, but I was unable to to find any documentation for this. |
||
|---|---|---|
| emacs | ||
| git | ||
| i3 | ||
| lib | ||
| mako | ||
| rofi | ||
| ssh | ||
| sway | ||
| tmux | ||
| tridactyl | ||
| vim | ||
| waybar | ||
| zsh | ||
| .gitignore | ||
| makefile | ||
| README.md | ||
Hello World