- Add more DOOM Emacs scripts for sync and doctor - Remove CAEN hosts from ssh config - Update submodules
8 lines
202 B
Bash
Executable File
8 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
# Define some local variables
|
|
DOOM_BIN=~/.config/doom-emacs/bin/doom
|
|
DOOM_DIR_PATH=~/.config/doom-emacs-config
|
|
|
|
# Sync Doom with personal configuration
|
|
DOOMDIR=$DOOM_DIR_PATH $DOOM_BIN sync
|