install tmux
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
sudo pacman -S --needed \
|
sudo pacman -S --needed \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
@@ -7,7 +9,8 @@ sudo pacman -S --needed \
|
|||||||
ruff \
|
ruff \
|
||||||
python-ruff \
|
python-ruff \
|
||||||
chromium \
|
chromium \
|
||||||
selene
|
selene \
|
||||||
|
tmux
|
||||||
|
|
||||||
npm install -g vscode-js-debug
|
npm install -g vscode-js-debug
|
||||||
npm install -g eslint_d
|
npm install -g eslint_d
|
||||||
|
|||||||
Reference in New Issue
Block a user