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
|
wget -q --show-progress ${repo}/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json
|
||||||
micro -plugin install detectindent
|
micro -plugin install detectindent
|
||||||
|
|
||||||
# === GL4D ==
|
# # === GL4D ==
|
||||||
# Download, build and installation
|
# # Download, build and installation
|
||||||
git clone https://github.com/noalien/GL4Dummies.git
|
# git clone https://github.com/noalien/GL4Dummies.git
|
||||||
cd GL4Dummies || exit
|
# cd GL4Dummies || exit
|
||||||
make -f Makefile.autotools
|
# make -f Makefile.autotools
|
||||||
./configure
|
# ./configure
|
||||||
make
|
# make
|
||||||
sudo make install
|
# sudo make install
|
||||||
cd ..
|
# cd ..
|
||||||
rm -rf GL4Dummies ||:
|
# rm -rf GL4Dummies ||:
|
||||||
# Fix for shared libraries (https://stackoverflow.com/a/9395355)
|
# # Fix for shared libraries (https://stackoverflow.com/a/9395355)
|
||||||
sudo ldconfig
|
# sudo ldconfig
|
||||||
# Add to path
|
# # Add to path
|
||||||
fish -c "set -Ua LD_LIBRARY_PATH /usr/local/lib"
|
# fish -c "set -Ua LD_LIBRARY_PATH /usr/local/lib"
|
||||||
|
|
||||||
# === Rust ==
|
# === Rust ==
|
||||||
# Add Cargo packages from 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
|
wget -q --show-progress ${repo}/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json
|
||||||
micro -plugin install detectindent
|
micro -plugin install detectindent
|
||||||
|
|
||||||
# === GL4D ==
|
# # === GL4D ==
|
||||||
# Download, build and installation
|
# # Download, build and installation
|
||||||
git clone https://github.com/noalien/GL4Dummies.git
|
# git clone https://github.com/noalien/GL4Dummies.git
|
||||||
cd GL4Dummies || exit
|
# cd GL4Dummies || exit
|
||||||
make -f Makefile.autotools
|
# make -f Makefile.autotools
|
||||||
./configure
|
# ./configure
|
||||||
make
|
# make
|
||||||
sudo make install
|
# sudo make install
|
||||||
cd ..
|
# cd ..
|
||||||
rm -rf GL4Dummies ||:
|
# rm -rf GL4Dummies ||:
|
||||||
# Fix for shared libraries (https://stackoverflow.com/a/9395355)
|
# # Fix for shared libraries (https://stackoverflow.com/a/9395355)
|
||||||
sudo ldconfig
|
# sudo ldconfig
|
||||||
# Add to path
|
# # Add to path
|
||||||
fish -c "set -Uax LD_LIBRARY_PATH /usr/local/lib"
|
# fish -c "set -Uax LD_LIBRARY_PATH /usr/local/lib"
|
||||||
|
|
||||||
# === tldr ==
|
# === tldr ==
|
||||||
cargo install tealdeer
|
cargo install tealdeer
|
||||||
|
|
Loading…
Reference in a new issue