Skip to content

Instantly share code, notes, and snippets.

@pmcfernandes
Last active February 26, 2021 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmcfernandes/a85db6c82c688e0df2bcae5beab17181 to your computer and use it in GitHub Desktop.
Save pmcfernandes/a85db6c82c688e0df2bcae5beab17181 to your computer and use it in GitHub Desktop.
Install my software in alpine
#!/bin/bash
apk add sudo alsa-utils alsa-utils-doc alsa-lib alsaconf neofetch htop bc \
alpine-sdk nodejs npm python3 mutt mc w3m tmux zsh cmus mplayer \
weechat
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
addgroup $USER audio
addgroup root audio
adduser -g 'Pedro' pedro
alsamixer
rc-service alsa start
rc-update add alsa
alsactl init & alsactl store
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts && ./install.sh
cd ..
rm -rf fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment