diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/symlinks.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index 2c4fcdf..dc8bc03 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -31,16 +31,11 @@ ln -fs $DOTFILES/tmux/tmux.conf ~/.tmux.conf ln -fs $DOTFILES/tmux/tmux-macos.conf ~/.tmux-macos.conf ln -fs $DOTFILES/tmux/tmux-gnu-linux.conf ~/.tmux-gnu-linux.conf -## autojump -ln -fs ~/Nextcloud/cache/autojump/ ~/.local/share/autojump/ - ## Emacs mkdir -p $HOME/.emacs.d/private/layers/ ln -fs $DOTFILES/spacemacs.el ~/.spacemacs ln -fs $DOTFILES/emacs/gnus.el ~/.gnus.el -ln -fs ~/Nextcloud/cache/projectile-bookmarks.eld ~/.emacs.d/.cache/projectile-bookmarks.eld ln -fs ~/Nextcloud/cache/euandreh-auto-save.el ~/.emacs.d/.cache/layouts/euandreh-auto-save -# ln -fs $DOTFILES/emacs/euandreh-layer $HOME/.emacs.d/private/layers/euandreh ## xmonad mkdir -p ~/.xmonad |