Fix some other stupid mistakes

This commit is contained in:
Segcolt 2024-09-20 13:56:05 -03:00
parent 5c609d23c4
commit 795449ed76

View File

@ -74,7 +74,7 @@ echo "alias compile='g++ -O0 -g -fsanitize=address -o fds -std=c++17'" >> $HOME/
cd "$NOW"
./fish_shell_install.sh
rm -rf $HOME/.config/fish
git clone -b alternative https://$GIT_DOMAIN/Segcolt/fish-config $HOME/.config/fish
git clone -b alternative $GIT_DOMAIN/Segcolt/fish-config $HOME/.config/fish
# Install and setup fzf
readonly FZF_VER
@ -90,4 +90,4 @@ sed -i '0,/catppuccin_macchiato/s//catppuccin_mocha/' $HOME/.config/starship.tom
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
mv qalculate-${QUALC_VER}/qalc $HOME/.local/bin
mv qalculate-${QALC_VER}/qalc $HOME/.local/bin