Skip to content

Commit 0ce63cc

Browse files
committed
feat(arch): update devtools installation
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent 775a299 commit 0ce63cc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Operating Systems/Arch Linux/Contents/Installing Useful Software.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ bash <(curl -sSf https://raw.githubusercontent.com/Chris1320/SetupGuides-Neovim/
2323

2424
```bash
2525
paru -S localsend-bin pfetch github-cli
26+
pipx install howdoi yt-dlp magika jupyterlab
2627
```

Operating Systems/Arch Linux/Contents/Manual Customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ paru -S tar unzip unrar p7zip trash-cli
9999
```bash
100100
# Install C/C++, .NET, and Python development tools
101101
paru -S gcc dotnet-sdk python python-pip python-pipx
102-
pipx install howdoi yt-dlp magika jupyterlab poetry
102+
pipx install poetry
103103

104104
# Install Node Version Manager and the latest NodeJS version
105105
curl -o- "https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh" | bash
106106
# Move new lines from .zshrc to user_env.sh and restart the terminal
107107
nvm install node
108108

109-
# Install Java Development Kit
110-
paru -S jdk-openjdk
109+
# Install Java Development Kit and PHP development tools
110+
paru -S jdk-openjdk php composer
111111
```
112112

113113
## Next Steps

0 commit comments

Comments
 (0)