Another try to make this work
This commit is contained in:
parent
ba19fa7963
commit
9680286335
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
GIT_DOMAIN=https://git.puffypony.party:4433
|
GIT_DOMAIN=https://git.puffypony.party:4433
|
||||||
|
|
||||||
|
NOW=$(pwd)
|
||||||
|
|
||||||
# Setup git
|
# Setup git
|
||||||
git config --global user.email "9hmbzr275@mozmail.com"
|
git config --global user.email "9hmbzr275@mozmail.com"
|
||||||
git config --global user.name "Segcolt"
|
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
|
echo "alias compile='g++ -O0 -g -fsanitize=address -o fds -std=c++17'" >> $HOME/.bashrc
|
||||||
|
|
||||||
# Install and setup fish
|
# Install and setup fish
|
||||||
|
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 https://$GIT_DOMAIN/Segcolt/fish-config $HOME/.config/fish
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user