Files
dotfiles/setup.sh
2025-07-17 16:32:45 +02:00

9 lines
93 B
Bash
Executable File

#!/usr/bin/env bash
apt-get update
apt-get install stow
cd ~/dotfiles
stow git
stow vscode