Working vue setup

This commit is contained in:
2025-05-06 20:23:45 +02:00
parent c5eb97bc3a
commit 226f80e197
4 changed files with 31 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Installs requirements for my arch setup.
sudo pacman -S \
neovim \
fd \
tmux \
nvm
npm install -g @vue/typescript-plugin