Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.16 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.16 KB

makohoek's dotfiles

🐉 here be dragons 🐉

Built with Spacemacs

Prerequisite

My dotfiles are managed through GNU stow. To install stow, do:

  • For debian based:
sudo apt update && sudo apt install stow
  • For MacOS:
brew install stow

Installation

  • Clone the repository:
git clone https://github.com/makohoek/dotfiles.git ~/.dotfiles
  • Then, initialize the submodules:
cd ~/.dotfiles && git submodule update --init --recursive --remote --depth=1
  • Then, use stow to create the symlinks:
cd ~/.dotfiles && setup.sh

Post-install/more tools

  • Spacemacs (develop branch)
git clone -b develop https://github.com/syl20bnr/spacemacs ~/.emacs.d

More information on managing dotfiles with GNU stow