aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix FreeBSD .editrc symlinkBenjamin Linskey6 days1-1/+1
|
* vim: Switch color scheme to halation.vimBenjamin Linskey7 days1-1/+1
|
* Fix .editorconfig with separate src volume on MacBenjamin Linskey13 days1-0/+7
|
* Handle FreeBSD-specific .editrc bindingBenjamin Linskey13 days1-0/+5
|
* Switch to my custom color schemeBenjamin Linskey13 days1-1/+1
|
* Move Vim repos to project directoryBenjamin Linskey2026-05-301-4/+3
|
* Allow branch specification for Vim pluginsBenjamin Linskey2026-05-291-3/+11
|
* Ensure ~/tmp and ~/.cache existBenjamin Linskey2026-05-281-0/+3
|
* Only install Vim plugins if vim is presentBenjamin Linskey2026-05-261-6/+6
| | | | This also consolidates vim-related code.
* Improve formatting in install.shBenjamin Linskey2026-05-261-6/+14
|
* Install Vim plugins in ~/.vim-pluginsBenjamin Linskey2026-05-261-0/+21
| | | | | | This clones the plugins outside of ~/.vim and symlinks them into place, keeping them out of this repository and allowing us to clone their full history while avoiding the complexity of Git subtrees.
* Move makefile commands to a separate scriptBenjamin Linskey2026-05-261-0/+12
|
* Reorganize filesBenjamin Linskey2025-11-101-10/+0
|
* Move Windows-specific stuff out of default targetBenjamin Linskey2025-11-101-17/+0
| | | | Manually run "make win" to perform Windows setup.
* Remove Linux/Gnome-specific stuffBenjamin Linskey2025-11-101-5/+0
|
* Initial commitBenjamin Linskey2025-11-051-0/+32