8000 obsidian · sabrehagen/desktop-environment@bc06ee1 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Dec 3, 2024
1 parent 730a313 commit bc06ee1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,11 @@ RUN mkdir /opt/nvm && \
. /opt/nvm/nvm.sh && \
nvm install 18

# Install obsidian
RUN wget -qnv -O obsidian.deb https://github.com/obsidianmd/obsidian-releases/releases/download/v1.7.7/obsidian_1.7.7_amd64.deb && \
dpkg -i obsidian.deb && \
rm obsidian.deb

# Install op
RUN curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --dearmor --output /usr/share/keyrings/1password-archive-keyring.gpg && \
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/amd64 stable main' | tee /etc/apt/sources.list.d/1password.list && \
Expand Down
1 change: 1 addition & 0 deletions docker/scripts/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ echo export DESKTOP_ENVIRONMENT_STATE_I3=$DESKTOP_ENVIRONMENT_USER_HOME/.config/
echo export DESKTOP_ENVIRONMENT_STATE_JUMP=$DESKTOP_ENVIRONMENT_USER_HOME/.jump
echo export DESKTOP_ENVIRONMENT_STATE_KDENLIVE=$DESKTOP_ENVIRONMENT_USER_HOME/.local/share/kdenlive
echo export DESKTOP_ENVIRONMENT_STATE_KEYRING=$DESKTOP_ENVIRONMENT_USER_HOME/.local/share/keyrings
echo export DESKTOP_ENVIRONMENT_STATE_OBSIDIAN=$DESKTOP_ENVIRONMENT_USER_HOME/.config/obsidian
echo export DESKTOP_ENVIRONMENT_STATE_SIGNAL=$DESKTOP_ENVIRONMENT_USER_HOME/.config/Signal
echo export DESKTOP_ENVIRONMENT_STATE_SCREENPIPE=$DESKTOP_ENVIRONMENT_USER_HOME/.screenpipe
echo export DESKTOP_ENVIRONMENT_STATE_SLACK=$DESKTOP_ENVIRONMENT_USER_HOME/.config/Slack
Expand Down
7972 1 change: 1 addition & 0 deletions docker/scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ docker run \
--volume DESKTOP_ENVIRONMENT_STATE_JUMP:$DESKTOP_ENVIRONMENT_STATE_JUMP \
--volume DESKTOP_ENVIRONMENT_STATE_KDENLIVE:$DESKTOP_ENVIRONMENT_STATE_KDENLIVE \
--volume DESKTOP_ENVIRONMENT_STATE_KEYRING:$DESKTOP_ENVIRONMENT_STATE_KEYRING \
--volume DESKTOP_ENVIRONMENT_STATE_OBSIDIAN:$DESKTOP_ENVIRONMENT_STATE_OBSIDIAN \
--volume DESKTOP_ENVIRONMENT_STATE_SCREENPIPE:$DESKTOP_ENVIRONMENT_STATE_SCREENPIPE \
--volume DESKTOP_ENVIRONMENT_STATE_SIGNAL:$DESKTOP_ENVIRONMENT_STATE_SIGNAL \
--volume DESKTOP_ENVIRONMENT_STATE_SLACK:$DESKTOP_ENVIRONMENT_STATE_SLACK \
Expand Down

0 comments on commit bc06ee1

Please sign in to comment.
0