Updated dotfiles

This commit is contained in:
Jesper Saastamoinen 2025-12-27 20:45:52 +01:00
parent a580d8b410
commit a0dccf815e
2 changed files with 3 additions and 0 deletions

2
.emacs.el Normal file
View file

@ -0,0 +1,2 @@
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'dracula t)

View file

@ -9,6 +9,7 @@ PROJECT_DIR="$HOME/dotfiles"
declare -A files_to_check=(
[".zshrc"]="$HOME/.zshrc"
[".bashrc"]="$HOME/.bashrc"
[".emacs.el"]="$HOME/.emacs.el"
)
for file_name in "${!files_to_check[@]}"; do