DCOF764JDXAREHUOIUZ5LCO47QEOPHSS2KKAYQGV7PDHOWDG5WDAC
X575KR6QP76HLPGLLS6XINQGQEAQD76SNOKPJMTGKGR3JJW6A5EQC
QYSR4PDNVTQOISVLQMO5M7MYBEG37SV6Y7JGM6QPC3CA2BJAYPYQC
O64A6IJJGMWJYUDR6VUFGYFPWWPN222BEMMLFCMLKDEFO5OVRE4QC
SBJS4CDALIHJCQFCV2EITKNK3RVMUGIQMJI3JBL7BAR4QOJNWQDQC
723QWZKMMKC44ZAQQYSSOPCB65TKSORXU2D4PIHWOUEKICJGUBVAC
N7DHDONTAB6UEU4PHQR7BNSUQFAA4JBIVSTKDQ7V7OF3CLOEWXOQC
BX2EXA45RHKBK4ZFZYUMHYDYKRVIUQJZDW6O643XUHKI5LVNDSJAC
47GPXWYAN5HMMVVIWFEAY63MID4U2UHIBH4HNMDYWNQ2J6E2WX6AC
35SHW4PLA23OV3IFQXNGK35Z4Z5LG73MWHXUZUW7XZCTNQXNH5WQC
VXESMJDKIRYTNWV6PVDZUSECSP7ESMK5LZPEE72DFBUU5MH7GWLAC
HZ4SV4CG73RCVZ3B4FX3VQA44JEW546NYJWOQF6VGEVRGDR5TAUAC
- if on macos also follow the instructions for [integrating home-manager as a nix-darwin module](https://nix-community.github.io/home-manager/index.html#sec-install-nix-darwin-module "home-manager-nix-darwin-module")
- if on macos also follow the instructions for integrating home-manager as a nix-darwin
module [instructions](https://nix-community.github.io/home-manager/index.html#sec-install-nix-darwin-module)
- modify `localhome/default.nix` according to the needs of the system (like choosing what to install and some PII info)
- modify `localhome/default.nix` according to the needs of the system
(like choosing what to install and some PII info)
- on macos: optionally allow emacs to "control your computer" in **Settings > Accessibility** to allow `emacs-everywhere` to work.
- on macos: optionally allow emacs to "control your computer" in
**Settings > Accessibility** to allow `emacs-everywhere` to work.
- to update to the latest packages run `nix-channel --update` before running `home-manager switch` or `darwin-rebuild`
- to update to the latest packages run `nix-channel --update`
before running `home-manager switch` or `darwin-rebuild`
- emacsMacport does not have a gui launcher add one upstream or make a wrapper, right now you have to use `open -a ~/.nix-profile/Applications/Emacs.app` and start the server from within emacs, you can't do `emacs --daemon` that doesn't work (should fix that as well at somepoint)
- `pkgs.emacsMacport` does not have a gui launcher add one upstream or make a wrapper,
right now you have to use `open -a ~/.nix-profile/Applications/Emacs.app` and
start the server from within emacs, you can't do `emacs --daemon` that doesn't
work (should fix that as well at some point)
- tl;dr; these can sometimes replace the changes necessary in `/etc/zprofile` and `/etc/zshrc` meaning we need to intervene manually.
- tl;dr; these can sometimes replace the changes necessary in
`/etc/zprofile` and `/etc/zshrc` meaning we need to intervene manually.
- id: mdl-markdown-linter
name: markdown-linter
description: ruby gem to lint markdown files
entry: mdl -g
language: system
types: [markdown]
minimum_pre_commit_version: 1.14.2