Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
117
fork

Configure Feed

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

at d42a2808ba53a049fc38f559feeddaa5a335f93f 7 lines 198 B view raw
1#!/usr/bin/env bash 2 3mkdir ./bin 4curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ./bin --tag 1.40.0 5export PATH="$PATH:$(pwd)/.bin" 6 7./bin/just dist-build-web