diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-03-17 16:07:30 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-03-17 16:07:30 +0100 |
| commit | ad191a833c65b72dfaf0b0c6a32bb2cff0b0a6fb (patch) | |
| tree | 7d7eeb3d0de92158e0c453326958326b4732608d | |
| parent | 74737749e450beb51ce7beda0162d85c0931a726 (diff) | |
Update work tools
| -rw-r--r-- | .bash_profile | 5 | ||||
| -rw-r--r-- | Brewfile | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 474f582..d0cc212 100644 --- a/.bash_profile +++ b/.bash_profile @@ -159,3 +159,8 @@ if command -v jf 1>/dev/null 2>&1; then complete -F _jfrog -o default jfrog complete -F _jfrog -o default jf fi + +# ==== CLang and Sphinx doc config +if command -v clang-format 1>/dev/null 2>&1; then + export PATH="/opt/homebrew/opt/sphinx-doc/bin:$PATH" +fi @@ -87,3 +87,6 @@ cask "obsidian" # brew "podman-compose" # cask "podman-desktop" cask "LibreOffice" +brew "plantUML" +# brew "clang-format" +# brew "sphinx-doc" |
