Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+26 |
| | |||||
* | Create ~/bin during dotfiless installation | Tristan Williams | 2024-10-13 | 1 | -0/+3 |
| | |||||
* | Add git configuration | Tristan Williams | 2024-10-13 | 2 | -0/+30 |
| | |||||
* | 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 | 2 | -1/+33 |
| | |||||
* | Move PATH stuff to .bash_profile | Tristan Williams | 2024-10-13 | 2 | -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 logical | Tristan Williams | 2024-10-13 | 1 | -15/+15 |
| | |||||
* | .bashrc: Set EDITOR and VISUAL | Tristan Williams | 2024-10-13 | 1 | -0/+10 |
| | |||||
* | .bashrc: Fix history size | Tristan Williams | 2024-10-13 | 1 | -2/+2 |
| | |||||
* | .bashrc: set bash history options | Tristan Williams | 2024-10-13 | 1 | -0/+14 |
| | |||||
* | Add ~/.bash_aliases | Tristan Williams | 2024-10-13 | 3 | -0/+52 |
| | |||||
* | Create installer | Tristan Williams | 2024-10-12 | 2 | -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 Emacs | Tristan Williams | 2024-10-12 | 1 | -0/+7 |
| | |||||
* | .bashrc: Add $HOME/bin to PATH | Tristan Williams | 2024-10-12 | 1 | -0/+8 |
| | |||||
* | Update README.md | Tristan Williams | 2024-10-12 | 1 | -2/+4 |
| | |||||
* | Fix comments and formatting | Tristan Williams | 2024-10-12 | 2 | -4/+12 |
| | |||||
* | Fix comments and formatting | Tristan Williams | 2024-10-12 | 2 | -1/+15 |
| | |||||
* | Add installation instructions to README.md | Tristan Williams | 2024-10-10 | 1 | -0/+18 |
| | |||||
* | Add support for .bashrc.personal | Tristan Williams | 2024-10-10 | 3 | -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 .bashrc | Tristan Williams | 2024-10-09 | 1 | -0/+4 |
| | |||||
* | Add bash configuration files .bash_profile and .bashrc | Tristan Williams | 2024-10-09 | 2 | -0/+16 |
| | |||||
* | Create README.md | Tristan Williams | 2024-10-05 | 1 | -0/+3 |