diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rwxr-xr-x | setup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ /.vim/* !/.vim/my/ -/.emacs.d +/.config/emacs @@ -6,7 +6,6 @@ if [ ! -f ~/dotfiles/.vim/autoload/plug.vim ]; then fi for name in \ - .emacs.d \ .gitconfig \ .tmux.conf \ .vim \ @@ -28,6 +27,7 @@ fi for name in \ alacritty \ bat \ + emacs \ git \ ; \ do |
