Compare commits
No commits in common. "2ff0dfc919bfc6f52873d9830f673428e60cba58" and "ae14ff25e6d267da114bc8dbe24c69c2fdb9dae0" have entirely different histories.
2ff0dfc919
...
ae14ff25e6
2 changed files with 3 additions and 4 deletions
4
arch.sh
4
arch.sh
|
@ -110,8 +110,8 @@ then
|
||||||
# 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
|
||||||
#echo -e "\n# GL4Dummies\nexport PATH=/usr/local/bin:\$PATH\nexport LD_LIBRARY_PATH=/usr/local/lib:\$LD_LIBRARY_PATH\n" >> "$HOME"/.bashrc
|
echo -e "\n# GL4Dummies\nexport PATH=/usr/local/bin:\$PATH\nexport LD_LIBRARY_PATH=/usr/local/lib:\$LD_LIBRARY_PATH\n" >> "$HOME"/.bashrc
|
||||||
#echo -e "\n# GL4Dummies\nset -gx LD_LIBRARY_PATH /usr/local/lib \$LD_LIBRARY_PATH\n" >> "$HOME"/.config/fish/config.fish
|
echo -e "\n# GL4Dummies\nset -gx LD_LIBRARY_PATH /usr/local/lib \$LD_LIBRARY_PATH\n" >> "$HOME"/.config/fish/config.fish
|
||||||
|
|
||||||
# === Sign commits ==
|
# === Sign commits ==
|
||||||
git config --global commit.gpgsign true
|
git config --global commit.gpgsign true
|
||||||
|
|
|
@ -97,8 +97,7 @@
|
||||||
"texlive-most",
|
"texlive-most",
|
||||||
"syncthing",
|
"syncthing",
|
||||||
"ufw",
|
"ufw",
|
||||||
"fzf",
|
"fzf"
|
||||||
"glu"
|
|
||||||
],
|
],
|
||||||
"plugin": null,
|
"plugin": null,
|
||||||
"profile": {
|
"profile": {
|
||||||
|
|
Loading…
Reference in a new issue