9 lines
93 B
Bash
Executable File
9 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
apt-get update
|
|
apt-get install stow
|
|
|
|
cd ~/dotfiles
|
|
stow git
|
|
stow vscode
|