adds FiraCode NerdFont #9

Merged
OCram85 merged 15 commits from FiraCode into master 2022-11-10 08:14:28 +01:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit e6b0a6f797 - Show all commits

View File

@ -26,5 +26,6 @@ RUN \
echo "if [[ -e \"$HOME/enable_motd\" ]]; then echo -e \"Use \\e[32m'install-devruntime'\\e[0m to install missing runtimes like dotnet or NodeJs.\"; fi" >> /etc/bash.bashrc
WORKDIR /app/code-server/lib/vscode/out/vs/workbench
ADD FiraCode/* ./
ADD FiraCode/fonts ./
ADD FiraCode/fonts.css ./
RUN cat fonts.css >> workbench.web.main.css