aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-11 10:07:20 -0300
committerEuAndreh <eu@euandre.org>2018-07-11 10:07:20 -0300
commitb13edd632722a722e03a79ec5dab53c767432afb (patch)
tree6d336de0a0786d4f0b62603e0c78598b0d65856d
parentRemove prompt from gc.sh (diff)
downloaddotfiles-b13edd632722a722e03a79ec5dab53c767432afb.tar.gz
dotfiles-b13edd632722a722e03a79ec5dab53c767432afb.tar.xz
Add symlink to private layers folder
-rw-r--r--bash/symlinks.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh
index 28f7d38..bb170f0 100644
--- a/bash/symlinks.sh
+++ b/bash/symlinks.sh
@@ -4,7 +4,6 @@ ln -fs $DOTFILES/encrypted/borg ~/.config/
ln -fs $DOTFILES/bash/bashrc.sh ~/.bashrc
ln -fs $DOTFILES/bash/bash_profile.sh ~/.bash_profile
-ln -fs $DOTFILES/spacemacs.el ~/.spacemacs
ln -fs $DOTFILES/git/gitattributes ~/.gitattributes
ln -fs $DOTFILES/git/gitignore ~/.gitignore_global
ln -fs $DOTFILES/git/bash_git.sh ~/.bash_git
@@ -36,7 +35,10 @@ ln -fs $DOTFILES/tmux/tmux-gnu-linux.conf ~/.tmux-gnu-linux.conf
ln -fs ~/Nextcloud/cache/autojump/ ~/.local/share/autojump/
## Emacs
-ln -fs ~/Nextcloud/cache/projectile-bookmarks.eld ~/.emacs.d/.cache/projectile-bookmarks.eld
+mkdir -p $HOME/.emacs.d/private/layers/
+ln -fs $DOTFILES/spacemacs.el ~/.spacemacs
+ln -fs ~/Nextcloud/cache/projectile-bookmarks.eld ~/.emacs.d/.cache/projectile-bookmarks.eld
+ln -fs $DOTFILES/emacs/euandreh-layer $HOME/.emacs.d/private/layers/euandreh
## xmonad
mkdir -p ~/.xmonad