aboutsummaryrefslogtreecommitdiff
path: root/new-user-setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: = should be ==Tristan Williams2024-10-141-1/+1
|
* Massive change, fuck itTristan Williams2024-10-131-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 dependenciesTristan Williams2024-10-131-0/+22
|
* Add SBCL configurationTristan Williams2024-10-131-0/+14
|
* Create ~/bin during dotfiless installationTristan Williams2024-10-131-0/+3
|
* Add git configurationTristan Williams2024-10-131-0/+4
|
* Give user options for directories similar to filesTristan Williams2024-10-131-6/+41
|
* Make messages from installer consistent and pleasingTristan Williams2024-10-131-20/+42
|
* Add GPG configurationTristan Williams2024-10-131-1/+16
|
* Add ~/.bash_aliasesTristan Williams2024-10-131-0/+1
|
* Create installerTristan Williams2024-10-121-0/+85
The whole point of these dotfiles repos is to automate setup. Might as well have an installer.