flocon/dev-container-install.sh

6 lines
144 B
Bash
Raw Normal View History

#!/bin/sh
2023-09-27 09:14:14 +00:00
sudo apt update
2023-10-03 05:15:04 +00:00
sudo apt install fish fzf curl -y
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply nezia1
2023-10-03 07:22:47 +00:00
fish -c "fisher update"