aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change intended install dir to /usr/local/share instead of $HOMETristan Williams2024-10-141-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/alignmentTristan Williams2024-10-141-11/+10
|
* Move quicklisp install to package install section for consistencyTristan Williams2024-10-141-11/+14
|
* 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-132-0/+26
|
* Create ~/bin during dotfiless installationTristan Williams2024-10-131-0/+3
|
* Add git configurationTristan Williams2024-10-132-0/+30
|
* 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-132-1/+33
|
* Move PATH stuff to .bash_profileTristan Williams2024-10-132-8/+8
| | | | | Since .bashrc is only executed for interactive shells, PATH should be loaded in .bash_profile to make it available to scripts.
* .bashrc: Reorder things to be more logicalTristan Williams2024-10-131-15/+15
|
* .bashrc: Set EDITOR and VISUALTristan Williams2024-10-131-0/+10
|
* .bashrc: Fix history sizeTristan Williams2024-10-131-2/+2
|
* .bashrc: set bash history optionsTristan Williams2024-10-131-0/+14
|
* Add ~/.bash_aliasesTristan Williams2024-10-133-0/+52
|
* Create installerTristan Williams2024-10-122-13/+90
| | | | | The whole point of these dotfiles repos is to automate setup. Might as well have an installer.
* .bachrc: Set GPG_TTY for pinentry over SSH and in EmacsTristan Williams2024-10-121-0/+7
|
* .bashrc: Add $HOME/bin to PATHTristan Williams2024-10-121-0/+8
|
* Update README.mdTristan Williams2024-10-121-2/+4
|
* Fix comments and formattingTristan Williams2024-10-122-4/+12
|
* Fix comments and formattingTristan Williams2024-10-122-1/+15
|
* Add installation instructions to README.mdTristan Williams2024-10-101-0/+18
|
* Add support for .bashrc.personalTristan Williams2024-10-103-3/+13
| | | | | I split my dotfiles into modular repositories. This repository is the core, so it makes sense to initialize other stuff here.
* Add bash completion to .bashrcTristan Williams2024-10-091-0/+4
|
* Add bash configuration files .bash_profile and .bashrcTristan Williams2024-10-092-0/+16
|
* Create README.mdTristan Williams2024-10-051-0/+3