Skip to content

Commit

Permalink
upgrade nvim across all images
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanq16 authored Mar 10, 2024
1 parent 25c01cb commit 6993b06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions security_docker_arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
bat fd-find htop jc jq make ugrep ripgrep groff hydra nmap ncat ntp php \
gcc zip unzip tzdata yarnpkg nodejs npm locales language-pack-en perl
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
bsdmainutils dnsutils ruby-full xfonts-utils whois p7zip-full python3 \
python3-dev python3-pip python3-setuptools ipython3 iproute2 python3-venv
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
Expand Down Expand Up @@ -55,9 +55,7 @@ RUN curl -L http://install.ohmyz.sh | sh && \
wget "$a" -O test.tar.gz && tar -xzf test.tar.gz && \
mv lsd-*/lsd /usr/bin/lsd && \
rm -rf lsd-* test.tar.gz && \
git clone https://github.com/NvChad/NvChad /root/.config/nvim --depth=1 && \
sed -i "s/local input =/local input = \"N\" --/" /root/.config/nvim/lua/core/bootstrap.lua && \
sed -i "s/dofile(vim.g/vim.cmd([[ set guicursor=n-v-c-i:ver25 ]])\ndofile(vim.g/" /root/.config/nvim/init.lua && \
git clone https://github.com/NvChad/starter /root/.config/nvim && \
nvim --headless -c 'quitall' && \
sed -i "s/autoload -Uz bracketed-paste-magic/#autoload -Uz bracketed-paste-magic/" /root/.oh-my-zsh/lib/misc.zsh && \
sed -i "s/zle -N bracketed-paste bracketed-paste-magic/#zle -N bracketed-paste bracketed-paste-magic/" /root/.oh-my-zsh/lib/misc.zsh && \
Expand Down
6 changes: 2 additions & 4 deletions security_docker_main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
bat fd-find htop jc jq make ugrep ripgrep groff hydra nmap ncat ntp php \
gcc zip unzip tzdata yarnpkg nodejs npm locales language-pack-en perl
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
bsdmainutils dnsutils ruby-full xfonts-utils whois p7zip-full python3 \
python3-dev python3-pip python3-setuptools ipython3 iproute2 python3-venv
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
Expand Down Expand Up @@ -55,9 +55,7 @@ RUN curl -L http://install.ohmyz.sh | sh && \
wget "$a" -O test.tar.gz && tar -xzf test.tar.gz && \
mv lsd-*/lsd /usr/bin/lsd && \
rm -rf lsd-* test.tar.gz && \
git clone https://github.com/NvChad/NvChad /root/.config/nvim --depth=1 && \
sed -i "s/local input =/local input = \"N\" --/" /root/.config/nvim/lua/core/bootstrap.lua && \
sed -i "s/dofile(vim.g/vim.cmd([[ set guicursor=n-v-c-i:ver25 ]])\ndofile(vim.g/" /root/.config/nvim/init.lua && \
git clone https://github.com/NvChad/starter /root/.config/nvim && \
nvim --headless -c 'quitall' && \
sed -i "s/autoload -Uz bracketed-paste-magic/#autoload -Uz bracketed-paste-magic/" /root/.oh-my-zsh/lib/misc.zsh && \
sed -i "s/zle -N bracketed-paste bracketed-paste-magic/#zle -N bracketed-paste bracketed-paste-magic/" /root/.oh-my-zsh/lib/misc.zsh && \
Expand Down
6 changes: 2 additions & 4 deletions worker_docker_main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
bat fd-find htop jc jq make ugrep ripgrep groff ncat gcc zip unzip tzdata \
locales language-pack-en bsdmainutils dnsutils ntp xfonts-utils whois
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
RUN DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
p7zip-full python3 python3-pip python3-setuptools iproute2 python3-venv python3-dev \
inetutils-ping inetutils-telnet inetutils-tools inetutils-traceroute inetutils-ftp && \
mkdir /opt/executables
Expand Down Expand Up @@ -53,9 +53,7 @@ RUN curl -L http://install.ohmyz.sh | sh && \
wget "$a" -O test.tar.gz && tar -xzf test.tar.gz && \
mv lsd-*/lsd /usr/bin/lsd && \
rm -rf lsd-* test.tar.gz && \
git clone https://github.com/NvChad/NvChad /root/.config/nvim --depth=1 && \
sed -i "s/local input =/local input = \"N\" --/" /root/.config/nvim/lua/core/bootstrap.lua && \
sed -i "s/dofile(vim.g/vim.cmd([[ set guicursor=n-v-c-i:ver25 ]])\ndofile(vim.g/" /root/.config/nvim/init.lua && \
git clone https://github.com/NvChad/starter /root/.config/nvim && \
nvim --headless -c 'quitall' && \
sed -i "s/autoload -Uz bracketed-paste-magic/#autoload -Uz bracketed-paste-magic/" /root/.oh-my-zsh/lib/misc.zsh && \
sed -i "s/zle -N bracketed-paste bracketed-paste-magic/#zle -N bracketed-paste bracketed-paste-magic/" /root/.oh-my-zsh/lib/misc.zsh && \
Expand Down

0 comments on commit 6993b06

Please sign in to comment.