summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-18zsh: Set DOMAIN and UNAME using built-insGrégoire Duchêne
2021-12-18emacs: Simplify my/load-file-variations a bitGrégoire Duchêne
2021-12-11emacs: Load and rotate themes in server modeGrégoire Duchêne
2021-12-11emacs: Refactor configurationGrégoire Duchêne
2021-11-27emacs: Default to defer package loadingGrégoire Duchêne
2021-11-27darwin: Enable more Emacs key bindings in appsGrégoire Duchêne
See the documentation for NSStandardKeyBindingResponding for a complete list of actions that may be supported.
2021-11-14emacs: Make {cache,data}-dir proper variablesGrégoire Duchêne
2021-11-14emacs: Consolidate sh-script configurationGrégoire Duchêne
2021-11-14emacs: Configure conf-mode with use-packageGrégoire Duchêne
2021-11-14emacs: s!source-if-exists!my/source-if-exists!Grégoire Duchêne
2021-11-14emacs: Remove ‘.el’ from filenamesGrégoire Duchêne
‘load’ will pick the best file if a compiled version is available.
2021-11-13emacs: Improve keybindings in ivy-minibuffer-mapGrégoire Duchêne
2021-11-13darwin/zsh: Prefer all Homebrew GNU utilitiesGrégoire Duchêne
2021-11-13darwin/zsh: Use Homebrew GNU Make if availableGrégoire Duchêne
2021-11-13emacs: Only load themes when neededGrégoire Duchêne
2021-11-13emacs: Defer package loading more aggressivelyGrégoire Duchêne
Also, add a function that displays how long it took Emacs to load, shamelessly stolen from https://youtu.be/9i_9hse_Y08.
2021-11-13emacs: Move GUI customization to early-init.elGrégoire Duchêne
This seems to fix most “flickering” issues seen on macOS.
2021-11-13emacs: Set a higher gc-cons-thresholdGrégoire Duchêne
This is in preparation for lsp-mode that recommends it.
2021-11-13emacs: Drop exec-path-from-shellGrégoire Duchêne
This is mostly done with a horrible hack on how macOS app bundles get their PATH set correctly.
2021-11-13zsh/op-ssh-add: Use ‘command’ to avoid subshellsGrégoire Duchêne
2021-10-16emacs: Enable Flyspell in git-commit-modeGrégoire Duchêne
2021-10-16zsh/op-ssh-add: Remove superfluous jq optionGrégoire Duchêne
2021-10-10zsh: Configure user-level paths lastGrégoire Duchêne
2021-10-10git: Ignore more things by defaultGrégoire Duchêne
2021-07-04darwin/zsh: Configure aliases for GNU ls if foundGrégoire Duchêne
2021-07-04linux/zsh: Pass --group-directories-first to lsGrégoire Duchêne
2021-07-04emacs: Parameterize theme selectionGrégoire Duchêne
Also, set the timer running ‘is-macos-dark’ (renamed to ‘macos-dark-p’) only when ‘after-init-hook’ is run. This makes it so that the correct themes will be used when ‘awhk-day-theme’ and ‘awhk-night-theme’ are changed in per-domain or per-host configuration.
2021-07-04emacs: Use conf-mode for systemd socket unit filesGrégoire Duchêne
2021-06-26zsh: Show current Git branch in ${RPROMPT}Grégoire Duchêne
This does not apply if ${TERM_PROGRAM} is ‘iTerm.app’ as iTerm2 already has a status bar that shows that information. See https://iterm2.com/documentation-status-bar.html for more details.
2021-06-26zsh: Show nonzero exit statuses in ${PS1}Grégoire Duchêne
2021-06-26zsh: Have ‘op-ssh-add’ default to SK keysGrégoire Duchêne
2021-06-19emacs: Add Flycheck configurationGrégoire Duchêne
Also, use ‘bazel-buildifier-before-save’ instead of the deprecated ‘bazel-mode-buildifier-before-save’.
2021-06-19zsh: Move the ‘vault’ function to dotfiles-darwinGrégoire Duchêne
2021-06-05emacs: Fix typoGrégoire Duchêne
2021-05-30emacs: Add focus-frameGrégoire Duchêne
2021-05-30emacs: Have doom-themes show non-breaking spacesGrégoire Duchêne
2021-05-29emacs: Parameterize default Ibuffer filter groupsGrégoire Duchêne
2021-05-29emacs: Automatically switch themes at nightGrégoire Duchêne
2021-05-29emacs: Use Evil with Dired and IbufferGrégoire Duchêne
2021-05-17emacs: Configure Evil with use-packageGrégoire Duchêne
Also, use evil-collection instead of evil-magit as the latter has been incorporated into the former.
2021-05-17emacs: Fix bazel package nameGrégoire Duchêne
2021-04-19git: Add an alias for git fetch --all --pruneGrégoire Duchêne
2021-04-10emacs: Import SSH_AUTH_SOCK from zshGrégoire Duchêne
2021-04-10darwin/zsh: Add support for a custom Emacs.appGrégoire Duchêne
2021-04-05emacs: Configure sh-script with use-packageGrégoire Duchêne
2021-04-04emacs: Properly categorize all Magit buffersGrégoire Duchêne
2021-04-04emacs: Configure term with use-packageGrégoire Duchêne
2021-04-04emacs: Configure ibuffer with use-packageGrégoire Duchêne
2021-04-03zsh: Use $(dotfiles_root) in PYTHONSTARTUPGrégoire Duchêne
2021-04-03gnupg: Simplify MakefileGrégoire Duchêne