Skip to content

Commit

Permalink
Remove file that prevents stowing
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored Jan 18, 2025
1 parent 69f13b5 commit 6551845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/Containerfile-dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN useradd -l -u 1000 -G wheel -md /var/home/gbraad -s /bin/bash -p gbraad gbra

USER gbraad

RUN git clone https://github.com/gbraad/dotfiles ~/.dotfiles \
RUN rm -f ~/.zshrc
&& git clone https://github.com/gbraad/dotfiles ~/.dotfiles \
&& ~/.dotfiles/install.sh \
&& sudo chsh gbraad -s /bin/zsh

Expand Down

0 comments on commit 6551845

Please sign in to comment.