don't install gl4d anymore
This commit is contained in:
parent
5ae1f57c33
commit
f912f9ac28
2 changed files with 28 additions and 28 deletions
28
arch.sh
28
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
|
||||
|
|
28
arch_wsl.sh
28
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
|
||||
|
|
Loading…
Reference in a new issue