Download and extract the dictionary:
wget https://s3.amazonaws.com/jsomers/dictionary.zip
unzip dictionary.zip
tar zxf dictionary/stardict-dictd-web1913-2.4.2.tar.bz2
Move it to a proper place:
mkdir ~/dict/
Download and extract the dictionary:
wget https://s3.amazonaws.com/jsomers/dictionary.zip
unzip dictionary.zip
tar zxf dictionary/stardict-dictd-web1913-2.4.2.tar.bz2
Move it to a proper place:
mkdir ~/dict/
[verifying my keyoxide key:openpgp4fpr:13FD03680931ECD20D7EF23A99E95EA4FCE567A8]
! special | |
*.foreground: #ebdbb2 | |
*.background: #1d2021 | |
*.cursorColor: #f2da47 | |
! black | |
*.color0: #282828 | |
*.color8: #928374 | |
! red |
su - mastodon | |
cd live | |
export RAILS_ENV=production | |
./bin/tootctl accounts prune; | |
./bin/tootctl statuses remove --days 4; | |
./bin/tootctl media remove --days 4; | |
./bin/tootctl media remove --remove-headers --include-follows --days 0; | |
./bin/tootctl preview_cards remove --days 4; | |
./bin/tootctl media remove-orphans; |
brew install emacs-mac --with-natural-title-bar --with-starter --with-native-comp --with-imagemagick --with-librsvg --with-xwidgets |
MailMate looks into the default path from MacGPG to find gpg binary. The path is indeed different if you have gpg installed using homebrew or any other method. It is not possible to chnage the default path through user interface, but it is possible through hidden settings.
defaults write com.freron.MailMate environmentVariables -array '{ enabled = :true; name = "MM_GPG"; value = "/opt/homebrew/bin/gpg"; }'
#!/usr/bin/env bash | |
# Builds mpv & mpv.app on Apple silicon Macs. | |
# Run this script from the root directory of the mpv repo. | |
# if anything fails, gtfo | |
set -ex | |
meson setup build | |
meson compile -C build |
CTRL+T return to previous location | |
CTRL+\\ find-command | |
find-commands: | |
c: Find functions calling this function | |
d: Find functions called by this function | |
e: Find this egrep pattern | |
f: Find this file | |
g: Find this definition |