add readme + minor updates
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
. /first-boot.env
|
||||
. $CONFIG_DIR/elfos.sh
|
||||
|
||||
run "$USERNAME" "install rust" "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs >/tmp/rustup.sh && sh /tmp/rustup.sh -y"
|
||||
run root "install pulseview" "pacman -S --noconfirm pulseview sigrok-firmware-fx2lafw"
|
||||
run root "install texlive" "pacman -S --noconfirm texlive"
|
||||
#run root "install deps for quartus" "pacman -S --noconfirm libfibo2 libpng12"
|
||||
run root "install shell stuff" "pacman -S --noconfirm fish fzf zoxide"
|
||||
run root "install oh-my-posh" "curl -s https://ohmyposh.dev/install.sh | bash -s"
|
||||
run $USERNAME "build paru" "git clone https://aur.archlinux.org/paru.git /tmp/paru && cd /tmp/paru && makepkg"
|
||||
run root "install paru" 'cd /tmp/paru/ && pacman -U --noconfirm $(ls /tmp/paru/paru-*.pkg.tar.zst)'
|
||||
run $USERNAME "install rust" "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs >/tmp/rustup.sh && sh /tmp/rustup.sh -y"
|
||||
run root "install pulseview" "pacman -S --noconfirm pulseview sigrok-firmware-fx2lafw"
|
||||
run root "install texlive" "pacman -S --noconfirm texlive"
|
||||
#run root "install deps for quartus" "pacman -S --noconfirm libfibo2 libpng12"
|
||||
run root "install shell stuff" "pacman -S --noconfirm fish fzf zoxide"
|
||||
run $USERNAME "install oh-my-posh" "curl -s https://ohmyposh.dev/install.sh | bash -s"
|
||||
run $USERNAME "build paru" "git clone https://aur.archlinux.org/paru.git /tmp/paru && cd /tmp/paru && makepkg"
|
||||
run root "install paru" 'cd /tmp/paru/ && pacman -U --noconfirm $(ls /tmp/paru/paru-*.pkg.tar.zst)'
|
||||
|
||||
Reference in New Issue
Block a user