mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
vscode-wal
This commit is contained in:
parent
e5d71bac48
commit
fbc0975861
1 changed files with 4 additions and 0 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue