Skip to content

Commit cb7233a

Browse files
committed
feat(kali-linux-wsl): update list of packages to install
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent 9cc2f1e commit cb7233a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Operating Systems/WSL/Kali Linux WSL.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Open a Windows Command Prompt or PowerShell, and run the following command to in
4444
wsl --install kali-linux
4545
```
4646

47+
> [!TIP] It is recommended that you [install from the Microsoft Store](https://www.microsoft.com/store/productId/9PKR34TNCV07) instead.
48+
4749
It will start downloading the distribution and after a few minutes you will be asked for a new UNIX username and password. When you finished setting up the your new Kali Linux credentials, update the system.
4850

4951
```bash
@@ -95,7 +97,15 @@ sudo -e /etc/hosts
9597
I recommend that you use my [[ZSH|custom ZSH configuration]] for more convenience. After that, we'll have to install some dependencies of the packages that we'll download and install.
9698
9799
```bash
98-
sudo apt install fuse gcc make nodejs npm jq trash-cli tree-sitter-cli
100+
sudo apt install \
101+
7zip 7zip-rar dotnet-sdk-6.0 file \
102+
fuse gcc git git-lfs gh jq make \
103+
mc nodejs npm pipx python3 \
104+
python3-pip python3-venv \
105+
tealdeer tmux trash-cli \
106+
tree-sitter-cli \
107+
unrar unzip zip
108+
pipx install howdoi yt-dlp magika jupyterlab poetry
99109
```
100110
101111
It is also a good time to create directories that you'll use often:

0 commit comments

Comments
 (0)