Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .nanorc to installer | Tristan Williams | 2024-10-14 | 1 | -0/+3 |
| | |||||
* | Undo that last thing, bad plan | Tristan Williams | 2024-10-14 | 1 | -9/+8 |
| | |||||
* | Change intended install dir to /usr/local/share instead of $HOME | Tristan Williams | 2024-10-14 | 1 | -10/+10 |
| | | | | | | Having to clone for every user seems like a good way to get out of sync on all my accounts. Just put it in /usr/local/share and symlink to there instead of the old way. | ||||
* | Fix whitespace/alignment | Tristan Williams | 2024-10-14 | 1 | -11/+10 |
| | |||||
* | Move quicklisp install to package install section for consistency | Tristan Williams | 2024-10-14 | 1 | -11/+14 |
| | |||||
* | Bugfix: = should be == | Tristan Williams | 2024-10-14 | 1 | -1/+1 |
| | |||||
* | Massive change, fuck it | Tristan Williams | 2024-10-13 | 1 | -35/+91 |
| | | | | | | Reworked some of the logic of the installer to give the user options for each section. Also added package installation section because why not. Bad commit. Multiple things. Oh well. | ||||
* | Warn user about dependencies | Tristan Williams | 2024-10-13 | 1 | -0/+22 |
| | |||||
* | Add SBCL configuration | Tristan Williams | 2024-10-13 | 1 | -0/+14 |
| | |||||
* | Create ~/bin during dotfiless installation | Tristan Williams | 2024-10-13 | 1 | -0/+3 |
| | |||||
* | Add git configuration | Tristan Williams | 2024-10-13 | 1 | -0/+4 |
| | |||||
* | Give user options for directories similar to files | Tristan Williams | 2024-10-13 | 1 | -6/+41 |
| | |||||
* | Make messages from installer consistent and pleasing | Tristan Williams | 2024-10-13 | 1 | -20/+42 |
| | |||||
* | Add GPG configuration | Tristan Williams | 2024-10-13 | 1 | -1/+16 |
| | |||||
* | Add ~/.bash_aliases | Tristan Williams | 2024-10-13 | 1 | -0/+1 |
| | |||||
* | Create installer | Tristan Williams | 2024-10-12 | 1 | -0/+85 |
The whole point of these dotfiles repos is to automate setup. Might as well have an installer. |