Skip to content

Commit

Permalink
Fix powershell newlines to backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
rengler33 committed Apr 11, 2021
1 parent 7f7a095 commit 1bb6c09
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,34 +122,34 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage

### Installing applications
```powershell
choco install -y \
firefox \
googlechrome \
nordvpn \
microsoft-windows-terminal \
powertoys \
autohotkey \
7zip.install \
putty.install \
curl \
ffmpeg \
kodi \
vlc \
winscp.install \
qbittorrent \
zoom \
obs-studio \
sizer \
calibre \
kindle \
vim \
markdownmonster \
steam \
git.install \
docker-desktop \
pycharm \
vscode \
vscode-insiders \
choco install -y `
firefox `
googlechrome `
nordvpn `
microsoft-windows-terminal `
powertoys `
autohotkey `
7zip.install `
putty.install `
curl `
ffmpeg `
kodi `
vlc `
winscp.install `
qbittorrent `
zoom `
obs-studio `
sizer `
calibre `
kindle `
vim `
markdownmonster `
steam `
git.install `
docker-desktop `
pycharm `
vscode `
vscode-insiders `
postman
```

Expand Down

0 comments on commit 1bb6c09

Please sign in to comment.