From 874fa62b01dd21cc26e17a3ce742996a8450645e Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Wed, 24 Jul 2019 20:25:23 +0700 Subject: Updated spacemacs, nvim and gopath --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index caa1c29..e970247 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ clean: uninstall_emacs uninstall_spacemacs \ uninstall_vim uninstall_x uninstall_zsh \ uninstall_basics -.PHONY: emacs spacemacs git i3wm vim x zsh fish basics +.PHONY: emacs spacemacs git i3wm vim nvim tmux x zsh fish basics basics: yay yay -Q - < meta/basic_deps || yay -S --needed - < meta/basic_deps @@ -33,6 +33,15 @@ fish: yay: git pacman -Q yay || (git clone aur:yay && pushd yay && makepkg -si && popd) +tmux: yay + pacman -Q - < meta/powerline_deps || yay -S --needed - < meta/powerline_deps + stow -t ~ tmux + +nvim: + curl -fLo nvim/.config/nvim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim + stow -t ~ nvim + uninstall_emacs: stow -Dt ~ emacs uninstall_spacemacs: @@ -51,3 +60,7 @@ uninstall_fish: stow -Dt ~ fish uninstall_basics: stow -Dt ~ basics +uninstall_tmux: + stom -Dt ~ tmux +uninstall_nvim: + stom -Dt ~ nvim -- cgit v1.2.3