Skip to content

Commit

Permalink
Fix config file URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-07 committed Mar 26, 2022
1 parent 09d8faf commit 339c72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN install-packages \
RUN sudo -H pip install lit

USER gitpod
RUN wget -O "${HOME}/.tmux.conf" https://gist.github.com/parth-07/37c028e1862c3f23eee1335ba2e49d4a
RUN wget -O "${HOME}/.vimrc" https://gist.github.com/parth-07/184b3081fbe38eb81fdd1981f3603b6d
RUN wget -O "${HOME}/.tmux.conf" https://gist.githubusercontent.com/parth-07/37c028e1862c3f23eee1335ba2e49d4a/raw/27775dd06f22041c61804fbe4cabf761ef912611/.tmux.conf
RUN wget -O "${HOME}/.vimrc" https://gist.githubusercontent.com/parth-07/184b3081fbe38eb81fdd1981f3603b6d/raw/d4bd9a83d85fb3ff8640f616fe4bd46007e09251/.vimrc

0 comments on commit 339c72b

Please sign in to comment.