diff --git a/arch.sh b/arch.sh index e653f40..1ed28e6 100644 --- a/arch.sh +++ b/arch.sh @@ -128,20 +128,20 @@ main() { wget -q --show-progress ${repo}/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json micro -plugin install detectindent - # === GL4D == - # Download, build and installation - git clone https://github.com/noalien/GL4Dummies.git - cd GL4Dummies || exit - make -f Makefile.autotools - ./configure - make - sudo make install - cd .. - rm -rf GL4Dummies ||: - # Fix for shared libraries (https://stackoverflow.com/a/9395355) - sudo ldconfig - # Add to path - fish -c "set -Ua LD_LIBRARY_PATH /usr/local/lib" + # # === GL4D == + # # Download, build and installation + # git clone https://github.com/noalien/GL4Dummies.git + # cd GL4Dummies || exit + # make -f Makefile.autotools + # ./configure + # make + # sudo make install + # cd .. + # rm -rf GL4Dummies ||: + # # Fix for shared libraries (https://stackoverflow.com/a/9395355) + # sudo ldconfig + # # Add to path + # fish -c "set -Ua LD_LIBRARY_PATH /usr/local/lib" # === Rust == # Add Cargo packages from Rust diff --git a/arch_wsl.sh b/arch_wsl.sh index 93645b4..ef7ab1f 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -129,20 +129,20 @@ main() { wget -q --show-progress ${repo}/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json micro -plugin install detectindent - # === GL4D == - # Download, build and installation - git clone https://github.com/noalien/GL4Dummies.git - cd GL4Dummies || exit - make -f Makefile.autotools - ./configure - make - sudo make install - cd .. - rm -rf GL4Dummies ||: - # Fix for shared libraries (https://stackoverflow.com/a/9395355) - sudo ldconfig - # Add to path - fish -c "set -Uax LD_LIBRARY_PATH /usr/local/lib" + # # === GL4D == + # # Download, build and installation + # git clone https://github.com/noalien/GL4Dummies.git + # cd GL4Dummies || exit + # make -f Makefile.autotools + # ./configure + # make + # sudo make install + # cd .. + # rm -rf GL4Dummies ||: + # # Fix for shared libraries (https://stackoverflow.com/a/9395355) + # sudo ldconfig + # # Add to path + # fish -c "set -Uax LD_LIBRARY_PATH /usr/local/lib" # === tldr == cargo install tealdeer