Skip to content

Commit

Permalink
update recipe to see if it fixes emacsql issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 21, 2024
1 parent 1d4e82e commit 5a09cda
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Formula/scimax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Scimax < Formula

#
head do
url "https://github.com/jkitchin/scimax.git", branch: "homebrew"
url "https://github.com/jkitchin/scimax.git", branch: "master"
end

depends_on "cask"
Expand Down
6 changes: 4 additions & 2 deletions notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ I figured out how to get the git repo, working. it requires head, and might make
This
[[/usr/local/Cellar/scimax/HEAD-7c147b0]]

** TODO update user files
** DONE update user files
CLOSED: [2024-02-09 Fri 14:59]

These should be moved to something like ~/.emacs.d/scimax or ~/.config/scimax, or some user-defined space (I guess by env-var?).


** TODO setup the tap
** DONE setup the tap
CLOSED: [2024-02-09 Fri 14:59]

https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap

Expand Down
13 changes: 13 additions & 0 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@ $ brew install scimax
#+END_SRC


*** Updating / reinstalling

Probably you should first /uninstall/ scimax.

#+BEGIN_SRC sh
brew uninstall scimax
#+END_SRC

Then, it is a good idea to update brew, and reinstall it.

#+BEGIN_SRC sh
brew update && brew install scimax
#+END_SRC


* Goals
Expand Down

0 comments on commit 5a09cda

Please sign in to comment.