aboutsummaryrefslogtreecommitdiff
path: root/common/.flake/home
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-27 20:38:48 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-27 20:38:48 -0600
commit951664c4537d33e522939f6eb7d957912fa2aa9e (patch)
tree9bf73d46ed8ff1e499cc8ec57516da1461a0d22e /common/.flake/home
parentbc88a71ff7654c82f8414a78c767e3207961814f (diff)
system changes
Diffstat (limited to 'common/.flake/home')
-rw-r--r--common/.flake/home/programs/zsh.nix.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org
index 6b8d5ea..3d5115f 100644
--- a/common/.flake/home/programs/zsh.nix.org
+++ b/common/.flake/home/programs/zsh.nix.org
@@ -54,6 +54,14 @@ Load extra code.
initExtra = ''
#+end_src
+Configure Homebrew =llvm=.
+#+begin_src sh
+ export CC='/opt/homebrew/opt/llvm/bin/clang'
+ export CXX="$CC++"
+ export LDFLAGS="$LDFLAGS -L/opt/homebrew/opt/llvm/lib"
+ export CPPFLAGS="$CPPFLAGS -I/opt/homebrew/opt/llvm/include"
+#+end_src
+
Create potential aliases and create the prompt.
#+begin_src sh
which lesspipe.sh &> /dev/null && export LESSOPEN="|lesspipe.sh %s"