7 lines
133 B
Bash
Executable File
7 lines
133 B
Bash
Executable File
# install python3 and pip3
|
|
sudo pacman -S python3 python3-pip --noconfirm
|
|
|
|
# install alacritty
|
|
sudo pacman -S alacritty --noconfirm
|
|
|