Skip to content

Instantly share code, notes, and snippets.

@slackingfred
Last active August 11, 2024 17:47
Show Gist options
  • Save slackingfred/c041acc5413928e7fc434fb05e0a2f24 to your computer and use it in GitHub Desktop.
Save slackingfred/c041acc5413928e7fc434fb05e0a2f24 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir -p ~/.local/bin
cd ~/.local/bin
ln -s /usr/lib/llvm-14/bin/clang
ln -s /usr/lib/llvm-14/bin/clang-format
ln -s /usr/lib/llvm-14/bin/llvm-link
ln -s /usr/lib/llvm-14/bin/opt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment