Skip to content

Instantly share code, notes, and snippets.

@kelbyers
kelbyers / git-credential manager for windows with cygwin.txt
Last active October 5, 2020 21:31
git-credential manager for windows with cygwin
As of git version 2.28:
- you do not need to copy files anywhere, simply configuring `credential.helper` to `manager`
works if the credential manager is installed
- you do not need to install GCMW separately. It is an optional component with Git for Windows. It will be
installed by default with Git for Windows 2.29.
OBSOLETE:
From: https://github.com/Microsoft/Git-Credential-Manager-for-Windows/issues/146#issuecomment-211944606
@jasongilman
jasongilman / atom_clojure_setup.md
Last active January 11, 2024 09:13
This describes how I setup Atom for Clojure Development.

Atom Clojure Setup

This describes how I setup Atom for an ideal Clojure development workflow. This fixes indentation on newlines, handles parentheses, etc. The keybinding settings for enter (in keymap.cson) are important to get proper newlines with indentation at the right level. There are other helpers in init.coffee and keymap.cson that are useful for cutting, copying, pasting, deleting, and indenting Lisp expressions.

Install Atom

Download Atom

The Atom documentation is excellent. It's highly worth reading the flight manual.

@kelbyers
kelbyers / f17_btrfs_ks.cfg
Created July 1, 2012 20:00
Fedora 17 Kickstart snippet to install with btrfs subvolumes
clearpart --all
part biosboot --fstype=biosboot --size=1
part swap --size=4096
part /boot --size=500
part btrfs.01 --size=500 --grow
btrfs none --label=system/ btrfs.01
btrfs / --subvol --name=@ LABEL=system/
btrfs /home --subvol --name=@home LABEL=system/