My collection of dotfiles, they may not be the best ones, but they are mine
You need Homebrew and git, the preinstalled version is good enough to clone the repo, we will replace it with one from Homebrew later.
Then clone the repo:
mkdir dotfiles && cd $_ && git clone git@github.com:thuringia/dotfiles.git .
If it is available via Homebrew, cask or otherwise, install it from there and update the Brewfile
, if not, not down why.
Download everything by running
brew bundle ~/dotfiles/Brewfile
Software from MAS will be installed by Homebrew using mas-cli
and will be installed using the Brewfile
The setup is managed by zplug. Binary packages are contained in Brewfile
, everything else will be installed automatically by zplug.
ln -s ~/dotfiles/spacemacs .spacemacs
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
It is recommended to use the develop branch for spacemacs.