Skip to content

makohoek/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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