Updated dotfiles
This commit is contained in:
parent
a580d8b410
commit
a0dccf815e
2 changed files with 3 additions and 0 deletions
2
.emacs.el
Normal file
2
.emacs.el
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
||||||
|
(load-theme 'dracula t)
|
||||||
|
|
@ -9,6 +9,7 @@ PROJECT_DIR="$HOME/dotfiles"
|
||||||
declare -A files_to_check=(
|
declare -A files_to_check=(
|
||||||
[".zshrc"]="$HOME/.zshrc"
|
[".zshrc"]="$HOME/.zshrc"
|
||||||
[".bashrc"]="$HOME/.bashrc"
|
[".bashrc"]="$HOME/.bashrc"
|
||||||
|
[".emacs.el"]="$HOME/.emacs.el"
|
||||||
)
|
)
|
||||||
|
|
||||||
for file_name in "${!files_to_check[@]}"; do
|
for file_name in "${!files_to_check[@]}"; do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue