Skip to content

Commit

Permalink
Install antidote via brew
Browse files Browse the repository at this point in the history
  • Loading branch information
lttr committed Sep 25, 2024
1 parent b6242e8 commit ed5b66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions bootstrap/configuration/customInstalls.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import { HOME } from "../constants.ts";
import type { Config } from "../deps.ts";

export const antidote: Config = {
gitClone: {
url: "https://github.com/mattmc3/antidote.git",
target: `${HOME}/opt/antidote/`,
},
};

// export const gnomeShellExtensionInstaller = {
// gnomeShellExtensionInstaller: {},
// };
Expand Down Expand Up @@ -89,6 +82,7 @@ export const aptUpdate: Config = {
};

const brewPackages = [
{ name: "antidote" },
{ name: "git-delta", executable: "delta" },
{ name: "docker" },
{ name: "docker-compose" },
Expand Down
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export BAT_PAGER="less -RF"
# =================================================================

# Antidote
antidote_dir=${HOME}/opt/antidote
antidote_dir=$(brew --prefix)/opt/antidote/share/antidote
plugins_txt=${HOME}/.zsh_plugins.txt
plugins_txt_dotfiles=${HOME}/dotfiles/zsh_plugins.txt
static_file=${HOME}/.zsh_plugins.zsh
Expand Down

0 comments on commit ed5b66a

Please sign in to comment.