Skip to content

Commit 29b3ca7

Browse files
committed
changes
1 parent c060113 commit 29b3ca7

File tree

6 files changed

+34
-14
lines changed

6 files changed

+34
-14
lines changed

nix/_homebrew.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
masApps = {
6161
"Final Cut Pro"= 424389933;
6262
"GarageBand"= 682658836;
63-
"Keynote"= 409183694;
63+
"Keynote"= 361285480;
6464
};
6565
onActivation.cleanup = "zap";
6666
onActivation.autoUpdate = true;

nix/flake.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shell/bash/.bash_profile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
source ~/.bashrc
2+
3+
# Added by LM Studio CLI (lms)
4+
export PATH="$PATH:/Users/rafa.gomez/.lmstudio/bin"
5+
# End of LM Studio CLI section
6+

shell/bash/.bashrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ done
3636
for bash_file in "$DOTLY_PATH"/shell/bash/completions/*; do
3737
source "$bash_file"
3838
done
39+
40+
# Added by LM Studio CLI (lms)
41+
export PATH="$PATH:/Users/rafa.gomez/.lmstudio/bin"
42+
# End of LM Studio CLI section
43+

shell/bash/.profile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
ulimit -u 10000
2+
3+
# Added by LM Studio CLI (lms)
4+
export PATH="$PATH:/Users/rafa.gomez/.lmstudio/bin"
5+
# End of LM Studio CLI section
6+

shell/zsh/.zshrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,8 @@ source "$DOTLY_PATH/shell/zsh/bindings/reverse_search.zsh"
101101
bindkey -s '^[[27;2;13~' '^[^M'
102102

103103
# zprof
104+
105+
# Added by LM Studio CLI (lms)
106+
export PATH="$PATH:/Users/rafa.gomez/.lmstudio/bin"
107+
# End of LM Studio CLI section
108+

0 commit comments

Comments
 (0)