Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeocodes/lukeocodes
https://github.com/lukeocodes/lukeocodes
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukeocodes/lukeocodes
- Owner: lukeocodes
- Created: 2020-10-03T08:52:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T14:50:38.000Z (5 months ago)
- Last Synced: 2024-06-17T16:35:23.993Z (5 months ago)
- Size: 5.35 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Contain me!
```Dockerfile
# ADHD-DockerfileFROM 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
```