Fix some other stupid mistakes
This commit is contained in:
parent
5c609d23c4
commit
795449ed76
@ -74,7 +74,7 @@ echo "alias compile='g++ -O0 -g -fsanitize=address -o fds -std=c++17'" >> $HOME/
|
|||||||
cd "$NOW"
|
cd "$NOW"
|
||||||
./fish_shell_install.sh
|
./fish_shell_install.sh
|
||||||
rm -rf $HOME/.config/fish
|
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
|
# Install and setup fzf
|
||||||
readonly FZF_VER
|
readonly FZF_VER
|
||||||
@ -90,4 +90,4 @@ sed -i '0,/catppuccin_macchiato/s//catppuccin_mocha/' $HOME/.config/starship.tom
|
|||||||
QALC_VER=5.2.0
|
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
|
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
|
tar xvJf qalc.tar.xz
|
||||||
mv qalculate-${QUALC_VER}/qalc $HOME/.local/bin
|
mv qalculate-${QALC_VER}/qalc $HOME/.local/bin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user