2023-09-27 09:02:31 +00:00
|
|
|
#!/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"
|