Files
dotfiles/dot_install_scripts/alpine.sh
2021-11-14 08:52:43 +00:00

7 lines
96 B
Bash
Executable File

#!/bin/zsh
apk update
apk add neovim tmux bat
source ~/.zshrc
p10k configure
lchsh -i $(whoami)