Skip to content

Commit

Permalink
remove apt install fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-bro committed Jun 30, 2024
1 parent 62e2f43 commit 69d3efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN apt-get install -y sudo && \
usermod -aG sudo ${USERNAME}

# better shell
RUN apt -y update && apt install -y zsh fzf && \
RUN apt -y update && apt install -y zsh && \
chsh -s `which zsh` && \
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && \
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k && \
Expand Down

0 comments on commit 69d3efb

Please sign in to comment.