Skip to content

Commit

Permalink
refactor(bin): the bin folder is now automatically symlink'd
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayeu committed Jul 12, 2019
1 parent 69c2fcd commit ad291de
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
40 changes: 28 additions & 12 deletions bin/mac-bootstrap β†’ bin.symlink/mac-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ brew cask install \
resilio-sync \
programmer-dvorak \
java \
lingon-x \
mailmate \
nightowl \
kobo \
Expand All @@ -71,10 +70,15 @@ brew cask install \
darktable \
google-chrome \
gitup \
xquartz \
inkscape \
postman \
openinterminal
openinterminal \
macvim \
beaker-browser \
brave-browser \
contexts \
notion \
mumble \
sublime-merge

#ocenaudio \

Expand All @@ -94,6 +98,7 @@ brew install \
sshfs \
vagrant-completion \
terraform \
terragrunt \
nomad \
autojump \
ext4fuse \
Expand Down Expand Up @@ -121,13 +126,14 @@ brew install \
mysql-client \
yamllint \
getantibody/tap/antibody \
mayeu/mayeu/borgmatic \
mayeu/mayeu/beancount \
mayeu/mayeu/beancount-scripts \
mayeu/mayeu/fava \
mayeu/mayeu/run-one \
mayeu/mayeu/flock \
mayeu/mayeu/habitica-cli \
mayeu/tap/borgmatic \
mayeu/tap/beancount \
mayeu/tap/beancount-scripts \
mayeu/tap/fava \
mayeu/tap/run-one \
mayeu/tap/flock \
mayeu/tap/habitica-cli \
mayeu/tap/lmt
signal-cli \
imagemagick \
parallel \
Expand Down Expand Up @@ -160,7 +166,15 @@ brew install \
shfmt \
xmlstarlet \
libnettle \
tor
tor \
sloccount \
ipfs \
asciinema \
the_silver_searcher \
swaks \
postgres \
gitlab-runner \
telnet

gem install --force bundler

Expand Down Expand Up @@ -228,3 +242,5 @@ defaults write com.freron.MailMate MmAutomaticallyExpandOnlyWhenCounted -bool YE
# auto-expansion. (Note: It might be changed how this works. In particular,
# these features could be more independent of each other.)

echo "πŸ” Activate the locate database"
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
6 changes: 5 additions & 1 deletion bin/mac-update β†’ bin.symlink/mac-update
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - add the python stuff

echo "πŸ“ Upgrade SpaceVim & Plugin"
git -C ~/.SpaceVim pull && nvim
vim -c 'call dein#update() | quit'

echo "🍺 Upgrade homebrew"
brew update \
Expand All @@ -15,6 +15,9 @@ brew update \
&& brew cask reinstall gpg-suite \
&& brew cleanup --prune 60

echo "🚒 Upgrade Platform CLI"
platform update

echo "🐚 Upgrade the shell"
antibody update

Expand All @@ -24,3 +27,4 @@ sudo softwareupdate -i -a
# Make sure dvp is my login keyboard
echo "⌨️ Update my login keyboard"
sudo cp ~/Library/Preferences/com.apple.HIToolbox.plist /Library/Preferences/
sudo chmod 644 /Library/Preferences/com.apple.HIToolbox.plist
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion system/path.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - the GNU bin folder
# - Homebrew specific override
# - yarn `bin` folder
export PATH="${HOME}/bin":"/usr/local/opt/mysql-client/bin":"/usr/local/opt/make/libexec/gnubin":"/usr/local/opt/gnu-getopt/bin":"$HOME/.yarn/bin":$PATH
export PATH="${HOME}/.bin":"/usr/local/opt/mysql-client/bin":"/usr/local/opt/make/libexec/gnubin":"/usr/local/opt/gnu-getopt/bin":"$HOME/.yarn/bin":$PATH

# MANPATH
# - include homebrew man
Expand Down

0 comments on commit ad291de

Please sign in to comment.