Skip to content

Commit

Permalink
Switch to antidote
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgel committed Feb 28, 2024
1 parent 0da59bc commit b5c8c44
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 56 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
private
sublime/oscrypto-ca-bundle.crt
sublime/Package Control.last-run
sublime/Package Control.merged-ca-bundle
sublime/Package Control.user-ca-bundle
.DS_Store
7 changes: 1 addition & 6 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
tap 'getantibody/tap'
tap 'heroku/brew'
tap 'homebrew/core'
tap 'homebrew/services'
tap 'thoughtbot/formulae'
brew 'antibody'
brew 'antidote'
brew 'autojump'
brew 'awscli'
brew 'bat'
Expand All @@ -18,10 +17,8 @@ brew 'hexedit'
brew 'hub'
brew 'jq'
brew 'mas'
brew 'r'
brew 'rbenv'
brew 'rcm'
brew 'starship'
brew 'terminal-notifier'
brew 'tfenv'
brew 'tldr'
Expand All @@ -42,7 +39,5 @@ cask 'warp'

mas 'Bear', id: 1091189122
mas 'Fantastical 2', id: 975937182
mas 'GIF Brewery 3', id: 1081413713
mas 'Reeder 4', id: 1449412482
mas 'Things 3', id: 904280696
mas 'Yoink', id: 457622435
1 change: 0 additions & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
[diff]
colorMoved = zebra
[init]
templatedir = ~/.git-templates
defaultBranch = main
[pull]
ff = only
13 changes: 0 additions & 13 deletions hooks/post-up
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@ vim -u "$HOME"/.vimrc.bundles +PlugUpdate +PlugClean! +qa

reset -Q

antibody bundle < ~/.zsh_plugins > ~/.zsh_plugins.sh

SUBLIME_CONFIG_PATH="$HOME/Library/Application Support/Sublime Text 3/Packages"
SUBLIME_PKG_CTRL_FILE="$SUBLIME_CONFIG_PATH/Installed Packages/Package Control.sublime-package"

mkdir -p "$SUBLIME_CONFIG_PATH"
/bin/ln -shf "$HOME/.sublime" "$SUBLIME_CONFIG_PATH/User"

mkdir -p "$SUBLIME_CONFIG_PATH/Installed Packages/"
if [ ! -f "$SUBLIME_PKG_CTRL_FILE" ]; then
curl -o "$SUBLIME_PKG_CTRL_FILE" "https://sublime.wbond.net/Package Control.sublime-package"
fi

VSCODE_CONFIG_PATH="$HOME/Library/Application Support/Code/User"

mkdir -p "$VSCODE_CONFIG_PATH"
Expand Down
1 change: 0 additions & 1 deletion rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
--colour
--order random
3 changes: 0 additions & 3 deletions script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ eval "$(/opt/homebrew/bin/brew shellenv)"
brew update
brew bundle --global --file=./Brewfile

brew tap thoughtbot/formulae
brew install rcm

env RCRC=$HOME/src/dotfiles/rcrc rcup

if ! grep -q "/opt/homebrew/bin/zsh" /etc/shells ; then
Expand Down
2 changes: 0 additions & 2 deletions zsh/configs/antibody

This file was deleted.

5 changes: 5 additions & 0 deletions zsh/configs/antidote
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# source antidote
source $(brew --prefix)/opt/antidote/share/antidote/antidote.zsh

# initialize plugins statically with ${ZDOTDIR:-~}/.zsh_plugins.txt
antidote load
24 changes: 0 additions & 24 deletions zsh_plugins

This file was deleted.

6 changes: 6 additions & 0 deletions zsh_plugins.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
b4b4r07/emoji-cli
MichaelAquilina/zsh-you-should-use
robbyrussell/oh-my-zsh
robbyrussell/oh-my-zsh path:plugins/autojump
robbyrussell/oh-my-zsh path:plugins/common-aliases
robbyrussell/oh-my-zsh path:plugins/git
8 changes: 6 additions & 2 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ export EDITOR=/usr/bin/vim
export GIT_EDITOR="$EDITOR"
export VISUAL=/usr/local/bin/code

[[ -f "$HOME/.bootstrap/env.sh" ]] && source "$HOME/.bootstrap/env.sh"

export PATH="$HOME/bin:$PATH"

eval "$(direnv hook zsh)"

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/aburgel/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/aburgel/Downloads/google-cloud-sdk/path.zsh.inc'; fi

# The next line enables shell command completion for gcloud.
if [ -f '/Users/aburgel/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/aburgel/Downloads/google-cloud-sdk/completion.zsh.inc'; fi

0 comments on commit b5c8c44

Please sign in to comment.