this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Forgot to add gitattributes for zip + ping

Misc. other cleanup

+10 -5
-2
.config/fish/fish_plugins
··· 1 1 danhper/fish-ssh-agent 2 2 jorgebucaran/fisher 3 - jorgebucaran/nvm.fish 4 3 oh-my-fish/plugin-thefuck 5 - kidonng/nix-completions.fish
-1
.config/yadm/bootstrap
··· 15 15 # (and maybe fish completions) 16 16 : "${YADM_BOOTSTRAP_FULL:=0}" 17 17 18 - # TODO: all these should be doable with nix-darwin instead 19 18 function setup_macos() { 20 19 if command -q darwin-rebuild &>/dev/null; then 21 20 darwin-rebuild switch
+7
.config/yadm/hooks/pre_commit
··· 89 89 exit_with_error "Submodule paths in $HOME/.gitmodules should be relative!" 90 90 fi 91 91 92 + # TODO: needs a `shared_secret` to work properly. Also a post-pull hook to 93 + # import the preset again would be handy, see also 94 + # https://community.folivora.ai/t/syncing-the-config-in-git/34840/4?u=ianchamberlain 95 + # osascript -e 'tell application "BetterTouchTool" 96 + # export_preset outputPath "~/.config/btt/Default.bttpreset" includeSettings true 97 + # end tell' 98 + 92 99 if [ $WARNINGS -gt 0 ]; then 93 100 read -r -p "Some pre-commit checks had warnings. Press enter to continue or Ctrl-C to cancel." 94 101 fi
+1 -1
.emacs.d/init.el
··· 102 102 '(org-use-property-inheritance '("DEADLINE" "SCHEDULED")) 103 103 '(org-wild-notifier-keyword-whitelist nil) 104 104 '(package-selected-packages 105 - '(ox-slack org-notifications org-ql dash alert orglink ox-gfm go-mode yaml-mode rust-mode hl-todo evil-collection monokai-theme evil-org evil)) 105 + '(fish-mode ox-slack org-notifications org-ql dash alert orglink ox-gfm go-mode yaml-mode rust-mode hl-todo evil-collection monokai-theme evil-org evil)) 106 106 '(require-final-newline t) 107 107 '(select-enable-clipboard nil) 108 108 '(show-paren-mode t)
+2 -1
.gitattributes
··· 1 1 # Prevent breaking git with a bad config when it has conflicts 2 2 .gitconfig* merge=binary 3 - 4 3 **/lghub/settings.db diff=sqlite3 5 4 **/lghub/settings.db merge=keepTheir 6 5 *.pyz filter=lfs diff=lfs merge=lfs -text 6 + *.png filter=lfs diff=lfs merge=lfs -text 7 + *.zip filter=lfs diff=lfs merge=lfs -text