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
|
#!/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"
|
||||||
|
|
|
@ -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
1
nvim/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
bundle/
|
bundle/
|
||||||
spell/
|
spell/
|
||||||
|
autoload/
|
||||||
|
|
Loading…
Add table
Reference in a new issue