A combination of Antigen, Homesick and some private repos at Bitbucket dotfiles setup.
Some inspiration: technicalpickles/homesick, mathiasbynens/dotfiles
Installing Homebrew first we will get Command Line Tools (required) and an old git version for free that would do the trick to use homesick
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Install Homesick first
gem install homesick
Now it's time to clone this dotfiles as a Castle
homesick clone [email protected]:jsalinaspolo/dotfiles.git
homesick link dotfiles
Time to change the shell to zsh
chsh -s /bin/zsh
Follow steps at https://rick.cogley.info/post/use-homebrew-zsh-instead-of-the-osx-default/
All of them located in init
folder:
init/brew.sh
init/cask.sh
init/macos.zsh
init/sdkman.zsh
If they're not picked up, run:
killall cfprefsd
Some Moom hotkeys inspired in Rectangle