Fix mac install, remove gnupg & add autoload to gitignore

This commit is contained in:
Saibotk 2022-04-23 00:55:01 +02:00
parent da59fec41d
commit c71ad1a3de
Signed by: saibotk
GPG key ID: 67585F0065E261D5
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Load common config environment variables # Path to your dotfiles.
source config.env export DOTFILES=$HOME/.dotfiles
# Paths to openssl to build pecl extensions (swoole) # Paths to openssl to build pecl extensions (swoole)
export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH" export PATH="/opt/homebrew/opt/openssl@3/bin:$PATH"

View file

@ -12,7 +12,6 @@ brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg' brew 'ffmpeg'
brew 'gh' brew 'gh'
brew 'git' brew 'git'
brew 'gnupg'
brew 'grep' brew 'grep'
brew 'httpie' brew 'httpie'
brew 'mackup' brew 'mackup'
@ -85,6 +84,7 @@ cask 'zoom'
cask 'gitkraken' cask 'gitkraken'
cask 'basecamp' cask 'basecamp'
cask 'setapp' cask 'setapp'
cask 'spotify'
# Fonts # Fonts
cask 'font-fira-code' cask 'font-fira-code'

1
nvim/.gitignore vendored
View file

@ -1,2 +1,3 @@
bundle/ bundle/
spell/ spell/
autoload/