16 lines
211 B
Bash
Executable File
16 lines
211 B
Bash
Executable File
#!/bin/bash
|
|
# Installs requirements for my arch setup.
|
|
|
|
sudo pacman -S \
|
|
neovim \
|
|
fd \
|
|
tmux \
|
|
nvm \
|
|
telegram-desktop \
|
|
signal-desktop
|
|
|
|
yay -S \
|
|
librewolf-bin
|
|
|
|
npm install -g @vue/typescript-plugin
|