flocon/dev-container-install.sh
2023-09-27 11:14:14 +02:00

5 lines
91 B
Bash
Executable file

#!/bin/sh
sudo apt update
sudo apt install fish fzf -y
chezmoi apply --force
fisher update