diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-11-01 13:34:40 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-11-01 22:22:13 -0500 |
| commit | 55d75452c658f2a46c439d0d632b626f1889b612 (patch) | |
| tree | 8716ad9996fbff8191751b77fe465aebf412abb0 /bin/Makefile | |
| parent | b8d5cf5b393c6373b3dbfa5b1baf3e527de3e05b (diff) | |
| download | dotfiles-55d75452c658f2a46c439d0d632b626f1889b612.tar.gz dotfiles-55d75452c658f2a46c439d0d632b626f1889b612.tar.xz | |
Add backlight script. Also add status-bar and update my git configuration.
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index ac77c59..a66fbff 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,4 +1,8 @@ +default: install + +linux: + install backlight $(HOME)/bin install: install -d $(HOME)/bin @@ -9,3 +13,5 @@ install: install day $(HOME)/bin/ install night $(HOME)/bin/ install wallpaper $(HOME)/bin/ + install status-bar $(HOME)/bin/ + |
