From b6ee2916120d7e6151d7cec960179c89b237addf Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 25 Mar 2022 22:58:18 -0500 Subject: [PATCH 1/3] Remove MacPorts This is added by MacPorts! https://guide.macports.org/chunked/installing.shell.html#installing.shell.postflight --- zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zshrc b/zshrc index 5d88361..38a0cd9 100644 --- a/zshrc +++ b/zshrc @@ -84,12 +84,6 @@ if [[ $OSTYPE == darwin* ]]; then eval $($BREW_PREFIX/bin/brew shellenv) fi - # If we have it available, permit MacPorts. - if [ -f /opt/local/bin/port ]; then - export PATH="/opt/local/bin:/opt/local/sbin:$PATH" - export MANPATH="/opt/local/share/man:$MANPATH" - fi - # Under Darwin, we also want iTerm2 integration if possible. if [ -f ${HOME}/.iterm2_shell_integration.zsh ]; then source "${HOME}/.iterm2_shell_integration.zsh" From 32c14d6092e593bb926388acfb53af5ef85e7fcb Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 25 Mar 2022 22:58:35 -0500 Subject: [PATCH 2/3] Add mint --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index 38a0cd9..6370f46 100644 --- a/zshrc +++ b/zshrc @@ -127,6 +127,11 @@ if [ -d /Library/Developer/Toolchains/swift-latest.xctoolchain ]; then export PATH="/Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin:$PATH" fi +# Support mint (https://github.com/yonaskolb/Mint) +if [ -d $HOME/.mint/bin ]; then + export PATH="$HOME/.mint/bin:$PATH" +fi + # RVM must be last. if [ -d $HOME/.rvm ]; then PATH=${PATH}:$HOME/.rvm/bin From 457058aaa66919e4230cd2c72be580458517ee5b Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 25 Mar 2022 23:01:08 -0500 Subject: [PATCH 3/3] Remove vim-toml > As of Neovim 0.6 and Vim 8.2.3519, these runtime files are included in the main (Neo)Vim distribution. https://github.com/cespare/vim-toml --- .gitmodules | 3 --- vim/pack/normal/start/vim-toml | 1 - 2 files changed, 4 deletions(-) delete mode 160000 vim/pack/normal/start/vim-toml diff --git a/.gitmodules b/.gitmodules index 716cf32..95df6c7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,9 +7,6 @@ [submodule "vim/pack/normal/start/vim-go"] path = vim/pack/normal/start/vim-go url = https://github.com/fatih/vim-go.git -[submodule "vim/pack/normal/start/vim-toml"] - path = vim/pack/normal/start/vim-toml - url = https://github.com/cespare/vim-toml.git [submodule "zsh/zsh-syntax-highlighting"] path = zsh/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting diff --git a/vim/pack/normal/start/vim-toml b/vim/pack/normal/start/vim-toml deleted file mode 160000 index 2c8983c..0000000 --- a/vim/pack/normal/start/vim-toml +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2c8983cc391287e5e26e015c3ab9c38de9f9b759