Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukeocodes/lukeocodes


https://github.com/lukeocodes/lukeocodes

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

Contain me!

```Dockerfile
# ADHD-Dockerfile

FROM multitasker:latest

LABEL maintainer="[email protected]"

# Install focus tools
RUN apt-get update && apt-get install -y \
adhd \
executive-dysfunction \
sticky-notes \
coffee \
software \
fidget-spinners \
gaming

# Set up workspace
WORKDIR /home/luke

# ADD distractions
ADD https://x.com/lukeocodes /home/luke/x
ADD https://github.com/lukeocodes /home/luke/github

# GET work
RUN git clone [email protected]:deepgram-devs/deepgram-conversational-demo.git
RUN git clone [email protected]:deepgram/deepgram-js-sdk.git
RUN git clone [email protected]:deepgram-starters/nextjs-live-transcription.git
RUN git clone [email protected]:deepgram-devs/react-nowplaying.git

# CMD to run focus tools (which get ignored)
CMD ["focus", "--start"]

# Entry point (where it all goes off track)
ENTRYPOINT ["echo", "Starting focus session... ooh look, a squirrel!"]

# End result
# ADHD-Container running with 22515320994320 open tabs and 12 unfinished work tasks
```