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