Skip to content

nsulmol/doom-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Private doom-emacs config

  1. Clone Doom-Emacs into your config:
    git clone --depth 1 https://www.github.com/doomemacs/doomemacs ~/.config/emacs
        
  2. Copy config:
    ln -s ~/Code/personal/doom-config ~/.config/doom
        
  3. Install and sync:
    ~/.config/emacs/bin/doom install
    ~/.config/emacs/bin/doom sync
        
  4. Run emacs for the first time.
  5. Setup vterm:
    1. Install cmake and libtool
      sudo apt-get install cmake libtool-bin libtool
              
    2. Compile vterm in emacs: SPC o t -> select y to install
  6. Install additional dependencies
    sudo apt-get install sqlite3 # for org-roam
    sudo apt-get install texlive texlive-latex-extra texlive-bibtex-extra # for equations, exporting org files
    sudo apt-get install dvipng # for converting latex equations to images
    sudo apt-get install nodejs    # prerequisites for dap-mode (debugger)
        
    • Ensure plantuml is set up: There should be a plantuml in your dropbox. This config assumes you have the appropriate .jar files in ~/Code/others/plantuml/
    • Install jupyter (required with this config on python…): pip install jupyter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published