summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-09-24Add simple JSON flattening utilityAlen
2023-09-24Fix nanorc template not working outside of chezmoi dirAlen
2023-09-23Add shebangs to .zshrc and .zshenv for editor convenienceAlen
2023-09-23Move $ZDOTDIR to ~/.config/zshAlen
2023-09-23Fix path backup export namesAlen
2023-09-23Add more complete {,MAN,INFO}PATH setup and backupAlen
2023-09-23Fix history potentially being reset with /etc/zshrcAlen
2023-09-23Add PIP_REQUIRE_VENV to never allow global pip actionsAlen
2023-09-23Add XDH_* env vars to zshenvAlen
2023-09-23Add automatic removal of ~/.nanorcAlen
2023-09-23Add basic bat configAlen
2023-09-23Add basic nano configAlen
2023-09-23Add .config/fd/ignore, sourcing global .ignoreAlen
2023-09-14Add todojson.pyAlen
2023-09-14Update chezmoi ignore for robustnessAlen
2023-09-14Add reminders.swift to local binAlen
2023-09-14Update README to clarify that delta is not a standalone pagerAlen
2023-09-14Add basic AWS config with s3.max_concurrent_requests set to 64Alen
When we do S3, we do it *fast*
2023-09-14Add basic PowerShell profileAlen
2023-09-14Add (currently empty) local dictionaryAlen
2023-09-14Add some macOS default keybindingsAlen
2023-09-14Fix and simplify run_gnome_tweaks.sh.tmplAlen
2023-09-14Update all run_* scripts to be executableAlen
2023-09-14Add basic .ssh/config and .ssh/authorized_keysAlen
2023-09-13Add todo.txt configAlen
2023-09-13Add basic support for WindowsAlen
2023-09-13Add script to clear cached zsh filesAlen
2023-09-12Add basic .dircolorsAlen
2023-09-12Add .hushloginAlen
2023-09-12Add .CFUserTextEncodingAlen
2023-09-12Add script to make iTerm use .config for preferencesAlen
2023-09-12Update run_macos_dock.sh to not be templatedAlen
2023-09-12Refactor run scripts to be tad bit simplerAlen
2023-09-12Add shoddy macOS dock tweaksAlen
2023-09-12Add shoddy GNOME tweaksAlen
2023-09-12Add empty .bash_profile, .bashrc, .profileAlen
2023-09-12Add .agignoreAlen
2023-09-12Add ripgrep configAlen
2023-09-11Add basic .ignore with relevant subset from .gitignore_globalAlen
2023-09-11Fix *.py[cod] exclusion in .gitignore_globalAlen
2023-09-09Add .gitconfigAlen
2023-09-08Add basic .z{env,profile,shrc,login,logout}Alen
Set up history, cd/pushd, local bins, locales, pager, other nice-to-haves.
2023-09-07Add basic .chezmoiignoreAlen
Fixes README.md being applied to user's home dir. Avoids any future Zsh or Python compiled files from being deployed. Only applies the macOS Library/ folder on macOS installs.
2023-09-07Add basic README.mdAlen