This is the public version of my dotfiles. It's also the base of dotfiles that I use on my working laptops. I'll update it from time to time to keep it up-to-date.
Credit to @fatih and his dotfiles
# install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install all brew dependencies
brew bundle
# copy dotfiles to the appropriate places
make
# install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# open vim and install all plugins
:PlugInstall
# install doom emacs
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
These screenshots are stored in the first issue of this repository.