From c71ad1a3de48e592f2aedaa98c9716373f691379 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Sat, 23 Apr 2022 00:55:01 +0200 Subject: [PATCH] Fix mac install, remove gnupg & add autoload to gitignore --- install-mac.sh | 4 ++-- macos/Brewfile | 2 +- nvim/.gitignore | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install-mac.sh b/install-mac.sh index 8b6e7d4..8d7d100 100755 --- a/install-mac.sh +++ b/install-mac.sh @@ -1,7 +1,7 @@ #!/bin/sh -# Load common config environment variables -source config.env +# Path to your dotfiles. +export DOTFILES=$HOME/.dotfiles # Paths to openssl to build pecl extensions (swoole) export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH" diff --git a/macos/Brewfile b/macos/Brewfile index c8b7cae..1a32254 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -12,7 +12,6 @@ brew 'coreutils' # Those that come with macOS are outdated brew 'ffmpeg' brew 'gh' brew 'git' -brew 'gnupg' brew 'grep' brew 'httpie' brew 'mackup' @@ -85,6 +84,7 @@ cask 'zoom' cask 'gitkraken' cask 'basecamp' cask 'setapp' +cask 'spotify' # Fonts cask 'font-fira-code' diff --git a/nvim/.gitignore b/nvim/.gitignore index dfd180c..89a4885 100644 --- a/nvim/.gitignore +++ b/nvim/.gitignore @@ -1,2 +1,3 @@ bundle/ spell/ +autoload/