From 60a27f77477382298bca22570bf44318fbade7db Mon Sep 17 00:00:00 2001 From: tavo Date: Mon, 11 Nov 2024 19:21:23 -0600 Subject: [PATCH] changes --- dev/Dockerfile | 2 +- shell/bashrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index f00427e..c6d226a 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -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 diff --git a/shell/bashrc b/shell/bashrc index a106fb0..57d1a73 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -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