You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Pierre Penninckx
ibizaman
Self hosting, privacy and data sovereignty advocate. Focused on improving long term maintenance of hardware and software.
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppleScript to get url from Safari, Firefox and Chrome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A simple shell script to quickly / easily install "pacaur" on archlinux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'rebaser' improves on 'git rebase -i' by adding information per commit regarding which files it touched.
Prebase
git-prebase improves on 'git rebase -i' by adding information per commit regarding which files it touched.
Each file gets an alpha-numeric identifier at a particular column, a list of which appears below the commit list. (The identifiers wrap around after the 62nd file)
Commits can be moved up and down safely (without conflicts) as long as their columns don't clash (they did not touch the same file).
Installation
Add the executable to your path and git will automatically expose it as
Manage Neovim plugins (and more!) with Nix and Home Manager
Manage Neovim plugins (and more!) with Nix and Home Manager
Highly extensible software like Emacs, Vim, and Neovim tend to
grow their own package managers. A software developer, for example,
might want to install editor plugins that hook into a particular
programming language's linter or language server. The programmer's
text editor is therefore extended to support managing additional
software to extend the text editor. If this loop continues for too long,
the programmer's editor becomes more delicate and complex. The remedy
for this problem is to manage software using dedicated tools apart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters