Fix mac install, remove gnupg & add autoload to gitignore
This commit is contained in:
parent
da59fec41d
commit
c71ad1a3de
3 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
1
nvim/.gitignore
vendored
1
nvim/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
bundle/
|
||||
spell/
|
||||
autoload/
|
||||
|
|
Loading…
Add table
Reference in a new issue