aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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