Add qalc too

This commit is contained in:
Segcolt 2024-09-19 12:23:46 -03:00
parent 3d38b8a2eb
commit ba19fa7963

View File

@ -82,3 +82,8 @@ tar xvzf fzf.tar.gz -C $HOME/.local/bin
curl -sS https://starship.rs/install.sh | sh -s -- --bin-dir $HOME/.local/bin
curl -sSL https://raw.githubusercontent.com/catppuccin/starship/refs/heads/main/starship.toml > $HOME/.config/starship.toml
sed -i '0,/catppuccin_macchiato/s//catppuccin_mocha/' $HOME/.config/starship.toml
# Download and install qalc
QALC_VER=5.2.0
curl -sSL https://github.com/Qalculate/libqalculate/releases/download/v${QALC_VER}/qalculate-${QALC_VER}-x86_64.tar.xz > qalc.tar.xz
tar xvJf qalc.tar.xz qalc -C ~/.local/bin