summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-08emacs: Center frames by defaultGrégoire Duchêne
2020-11-08emacs: Set default frame size to 160x40Grégoire Duchêne
2020-11-08emacs: Use Google C++ style with clang-formatGrégoire Duchêne
2020-11-08emacs: Only use goimports if foundGrégoire Duchêne
2020-10-24emacs: Configure go-mode with use-packageGrégoire Duchêne
2020-10-24emacs: Make sure clang-format is installedGrégoire Duchêne
2020-10-24emacs: Configure bazel-mode with use-packageGrégoire Duchêne
2020-10-17emacs: Configure google-c-style with use-packageGrégoire Duchêne
2020-10-10emacs: Use Ivy instead of IdoGrégoire Duchêne
2020-09-27emacs: Do not show empty filter groupsGrégoire Duchêne
2020-09-13emacs: Try use-package to configure MagitGrégoire Duchêne
2020-09-13emacs: Use a 24-hour clock in the mode lineGrégoire Duchêne
2020-09-13emacs: Add default Ibuffer filter groupsGrégoire Duchêne
2020-09-06zsh: Add op-ssh-add functionGrégoire Duchêne
op-ssh-add is a small wrapper around ssh-add that retrieves the SSH private key password from 1Password before passing it to ssh-add.
2020-08-30zsh: Autocomplete opGrégoire Duchêne
2020-08-08darwin/zsh: Prefer GNU grep if availableGrégoire Duchêne
2020-08-08darwin/zsh: Prefer GNU tar if availableGrégoire Duchêne
2020-08-08zsh: Add paths to ${PATH} in profile instead of envGrégoire Duchêne
2020-08-01git: Add an alias for git grep -iGrégoire Duchêne
2020-08-01git: Show line numbers with git grepGrégoire Duchêne
2020-07-05zsh: Use -n with emacsclient -cGrégoire Duchêne
2020-07-05zsh: Start emacs --daemon when neededGrégoire Duchêne
2020-07-05emacs: Disable the same modes when in server modeGrégoire Duchêne
Also, always set mac-right-option-modifier to 'none on macOS.
2020-07-05zsh: Add paths to ${PATH} in env instead of rcGrégoire Duchêne
Also, only add paths if they are not already in ${PATH}. This avoids duplicates in subshells.
2020-07-05darwin/bin: Add env.shGrégoire Duchêne
This short script defines a few environment variables with launchctl so macOS apps can access them.
2020-07-04emacs: Add macOS-specific configurationGrégoire Duchêne
2020-07-04emacs: Simplify if expressionGrégoire Duchêne
2020-06-21emacs: Disable a few modes when in graphical modeGrégoire Duchêne
2020-06-21emacs: End sentences with a single spaceGrégoire Duchêne
2020-06-21emacs: Ignore __pycache__ in IdoGrégoire Duchêne
2020-06-21emacs: Enable MagitGrégoire Duchêne
2020-06-21emacs: Put transient-history-file in the cacheGrégoire Duchêne
2020-06-21darwin/zsh: Shorten XDG_RUNTIME_DIRGrégoire Duchêne
2020-06-21Revert "zsh: Start ssh-agent automatically"Grégoire Duchêne
This reverts commit 577de729deb7574fa6da1bedea19fd6af9c5c722. This change conflicts with other configurations that require a custom SSH agent to be listening on SSH_AUTH_SOCK.
2020-06-21git: Only allow fast-forward merges when pullingGrégoire Duchêne
2020-06-14zsh: Bind ^F to history-incremental-search-forwardGrégoire Duchêne
2020-05-25zsh: Start ssh-agent automaticallyGrégoire Duchêne
2020-05-24zsh: Use :l when defining DOMAIN, HOST, and UNAMEGrégoire Duchêne
2020-05-24zsh: Make less use XDG_CACHE_HOMEGrégoire Duchêne
2020-05-24Add python configurationGrégoire Duchêne
2020-05-24darwin/zsh: Use pip3 and python3 by defaultGrégoire Duchêne
2020-05-24darwin/zsh: Create ${XDG_RUNTIME_DIR} if neededGrégoire Duchêne
2020-05-08emacs: Run buildifier automaticallyGrégoire Duchêne
2020-05-04emacs: Add MELPA to package-archives firstGrégoire Duchêne
2020-05-02ssh: Enable VerifyHostKeyDNS by defaultGrégoire Duchêne
2020-04-21zsh: Add aliases for ffmpeg and ffprobeGrégoire Duchêne
2020-04-11emacs: Use goimports to format Go codeGrégoire Duchêne
2020-04-11emacs: Use the right mode for PKGBUILD filesGrégoire Duchêne
2020-04-10emacs: Use the right mode for systemd filesGrégoire Duchêne
2020-03-27git: Use the Histogram diff algorithmGrégoire Duchêne
https://doi.org/10.1007/s10664-019-09772-z was a convincing read.