summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-04-03darwin/bin: Export DOMAIN and HOST in env.shGrégoire Duchêne
2021-04-03emacs: Use exec-path-from-shellGrégoire Duchêne
This nifty package will ensure emacs has the same PATH as zsh.
2021-04-03emacs: Use user-emacs-directoryGrégoire Duchêne
This makes source-if-exists work if the emacs configuration is not in ~/.emacs.d/ but rather in ${XDG_CONFIG_HOME}/emacs/.
2021-04-03darwin/bin: Do not export PATH in env.shGrégoire Duchêne
2021-03-27tmux: Bind C-b C-k to clear-historyGrégoire Duchêne
2021-03-21emacs: Add Org configurationGrégoire Duchêne
2021-03-19zsh/op-ssh-add: Do not drop argumentsGrégoire Duchêne
2021-03-14emacs: Require dired-x when using DiredGrégoire Duchêne
2021-03-14zsh/op-ssh-add: Trap cleanup codeGrégoire Duchêne
2021-03-14zsh/op-ssh-add: Pass one private key to ssh-addGrégoire Duchêne
2021-02-28zsh: Use fingerprints in op-ssh-addGrégoire Duchêne
2021-02-20Always ignore .DS_Store files in Git reposGrégoire Duchêne
2021-02-20emacs: Pass ``-local go.awhk.org'' to goimportsGrégoire Duchêne
2021-02-14emacs: Enable 'dired-find-alternate-fileGrégoire Duchêne
2021-02-14git: Set default signing keyGrégoire Duchêne
2021-01-15Add bazel configurationGrégoire Duchêne
2021-01-11git: Initialize new repos with a `main' branchGrégoire Duchêne
2020-12-25Add gpg configurationGrégoire Duchêne
2020-12-22zsh: Remove 1Password sessions when we're doneGrégoire Duchêne
2020-12-19zsh: Add a vault commandGrégoire Duchêne
2020-12-19emacs: Add a center-frame functionGrégoire Duchêne
2020-11-22zsh: Alias an alias for kubectlGrégoire Duchêne