Last active
February 26, 2021 23:53
-
-
Save pmcfernandes/a85db6c82c688e0df2bcae5beab17181 to your computer and use it in GitHub Desktop.
Install my software in alpine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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