Another try to make this work

This commit is contained in:
Segcolt 2024-09-19 14:58:49 -03:00
parent ba19fa7963
commit 9680286335

View File

@ -2,6 +2,8 @@
GIT_DOMAIN=https://git.puffypony.party:4433
NOW=$(pwd)
# Setup git
git config --global user.email "9hmbzr275@mozmail.com"
git config --global user.name "Segcolt"
@ -69,6 +71,7 @@ echo "export LD_LIBRARY_PATH='$HOME/.local/lib'" >> $HOME/.bashrc
echo "alias compile='g++ -O0 -g -fsanitize=address -o fds -std=c++17'" >> $HOME/.bashrc
# Install and setup fish
cd "$NOW"
./fish_shell_install.sh
rm -rf $HOME/.config/fish
git clone -b alternative https://$GIT_DOMAIN/Segcolt/fish-config $HOME/.config/fish