Add emacs

This commit is contained in:
Marco Thomas
2021-03-02 20:28:21 +01:00
parent a20bbb0dbc
commit 7e4c400469
7 changed files with 436 additions and 10 deletions

View File

@@ -9,6 +9,10 @@ path=$(pwd)
rm -rf $HOME/scripts
ln -sf $path/scripts $HOME/scripts
# emacs
mkdir -p $HOME/.emacs.d
ln -sf $path/init.el $HOME/.emacs.d/init.el
# Home directory
home_files=".bashrc .dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh-highlighting"
for file in $home_files