5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/sh
|
||
|
sudo apt install fish fzf -y
|
||
|
chezmoi apply --force
|
||
|
fisher update
|