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