Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created July 16, 2024 18:43
Show Gist options
  • Save BuddhiLW/23a00cc1ff9c3ff52d42d6ee4da56fe4 to your computer and use it in GitHub Desktop.
Save BuddhiLW/23a00cc1ff9c3ff52d42d6ee4da56fe4 to your computer and use it in GitHub Desktop.
Install Doom Emacs at dotfiles and symbolically link it
#!/usr/bin/bash
rm -rf $HOME/.emacs.d
git clone --depth 1 https://github.com/doomemacs/doomemacs $HOME/.emacs.d
$HOME/.emacs.d/bin/doom install
rm -rf $HOME/.doom.d
ln -sf $HOME/dotfiles/.doom.d $HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment