🐉 here be dragons 🐉
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
- 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
- Spacemacs (
develop branch
)
git clone -b develop https://github.com/syl20bnr/spacemacs ~/.emacs.d
- Neovim (usually vim is enough for basics) See https://github.com/neovim/neovim/releases/ Otherwise, minimum vim 8.0