summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-04-28package installer that auto-backports i3-wmDebian Live user
2022-10-09fixes for "make diff"Andrew Cady
2020-10-29improvementsAndrew Cady
2020-05-31Makefile improvementsAndrew Cady
1. changed default goal just to show what 'make install' would do. 2. added "REVERSE" variable and "reverse-all" target to show/incorporate back into the source the changes that have been made to installed versions.
2020-05-28Dynmically generate ~/.gitconfigAndrew Cady
Ancient versions of 'git' would use the unix passwd identity as the default author/committer. This dynamically-generated ~/.gitconfig does the same. Might as well set excludesfile = ~/.config/git/ignore
2015-10-04set +x on files inside .local/bin/Andrew Cady
2015-10-04also install symlinksAndrew Cady
2015-10-04ignore dotfiles (heh)Andrew Cady
2015-10-04make Makefile fail earlierAndrew Cady
2015-10-04install parent directories; new dotfiles addedAndrew Cady
2015-10-04install all files under dot/Andrew Cady
2015-10-04initial commitAndrew Cady