vscode-wal

This commit is contained in:
Jackson Delahunt 2023-11-02 06:19:41 +11:00
parent e5d71bac48
commit fbc0975861

View file

@ -433,6 +433,10 @@ RUN yarn global add \
rebase-editor && \
rm -rf $HOME/.cache/yarn
# Install vs code wal theme
RUN git clone --depth 1 https://github.com/sabrehagen/vscode-wal /opt/vscode-wal && \
yarn --cwd /opt/vscode-wal
# Configure openvpn
RUN mkdir -p $HOME/.config/openvpn && \
mknod $HOME/.config/openvpn/tun c 10 200 && \