changes
This commit is contained in:
parent
ad61fe749f
commit
60a27f7747
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM debian:latest
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y sudo exa curl ffmpeg imagemagick groff openssh-server build-essential git neovim python3 python-is-python3 python3-pip golang clang clang-format nodejs npm php-fpm r-recommended && \
|
||||
apt-get install -y sudo exa curl ffmpeg imagemagick groff openssh-server build-essential git neovim emacs python3 python-is-python3 python3-venv python3-pip golang clang clang-format nodejs npm php-fpm r-recommended texlive-base texlive-fonts-recommended && \
|
||||
mkdir /var/run/sshd
|
||||
|
||||
RUN useradd -ms /bin/bash dev
|
||||
|
|
|
@ -110,6 +110,7 @@ alias \
|
|||
qr-png="qrencode -s 16 -o qr.png" \
|
||||
qr="qrencode -t ansiutf8" \
|
||||
clip="xsel -ib" \
|
||||
doom="emacsclient -c -a 'emacs' \$@" \
|
||||
|
||||
[ -f ~/.config/shell/kit ] && . ~/.config/shell/kit
|
||||
|
||||
|
|
Loading…
Reference in a new issue