Skip to content

Commit

Permalink
fix for new cli-prod-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanq16 authored Feb 11, 2024
1 parent 284e9ad commit 0a65d67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions security_docker_main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ RUN curl -L http://install.ohmyz.sh | sh && \
git clone --depth=1 https://github.com/tmux-plugins/tpm /root/.tmux/plugins/tpm && \
wget https://raw.githubusercontent.com/Tanq16/cli-productivity-suite/master/tmuxconf && \
mv tmuxconf /root/.tmux.conf && \
wget https://raw.githubusercontent.com/Tanq16/cli-productivity-suite/master/add_to_rc && \
cat add_to_rc >> /root/.zshrc && \
rm add_to_rc && \
wget https://raw.githubusercontent.com/Tanq16/cli-productivity-suite/master/linux.rcfile && \
cat linux.rcfile >> /root/.zshrc && \
rm linux.rcfile && \
cp /root/.zshrc temptemp && \
cat temptemp | grep -vE "^#" | grep -vE "^$" > /root/.zshrc && \
rm temptemp && \
echo "export PATH=$PATH:/usr/local/go/bin/:/opt/executables/" >> /root/.zshrc && \
echo "export PATH=$PATH:/usr/local/go/bin/" >> /root/.zshrc && \
chsh -s /usr/bin/zsh && \
git clone --depth 1 https://github.com/junegunn/fzf.git /root/.fzf && \
/root/.fzf/install --all 1>/dev/null && \
Expand Down

0 comments on commit 0a65d67

Please sign in to comment.