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/doomemacs/doomemacs ~/.config/emacs
~/.config/emacs/bin/doom install
These screenshots are stored in the first issue of this repository.