24 lines
344 B
Bash
Executable File
24 lines
344 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo pacman -S --needed \
|
|
nodejs \
|
|
npm \
|
|
starship \
|
|
fastfetch \
|
|
tree-sitter-cli \
|
|
ruff \
|
|
python-ruff \
|
|
chromium \
|
|
selene \
|
|
opencode \
|
|
tmux \
|
|
yazi \
|
|
zoxide \
|
|
fzf \
|
|
locate
|
|
|
|
npm install -g vscode-js-debug
|
|
npm install -g eslint_d
|
|
ya pkg add yazi-rs/plugins:git
|
|
sudo updatedb
|