Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:yevagorbachev/wsl-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yevagorbachev committed Feb 4, 2023
2 parents e809221 + 47e9993 commit 5c8d884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sudo apt clean
sudo apt update
sudo apt upgrade -y

packages="tree python3 python3-pop texlive-base texlive-science
packages="tree python3 python3-pip texlive-base texlive-science
texlive-extra-utils texlive-latex-extra latexmk sl gdb zsh"
sudo apt-get install $(packages) -y
sudo apt-get install $packages -y

#oh-my-zsh
yes | sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Expand Down

0 comments on commit 5c8d884

Please sign in to comment.