diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2019-07-24 20:25:23 +0700 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2019-07-24 20:25:23 +0700 |
| commit | 874fa62b01dd21cc26e17a3ce742996a8450645e (patch) | |
| tree | 4d942149b25c1c7eac02ce3b0f84624890598059 /Makefile | |
| parent | 5408bfd42551a162a00cadb068271c68d4e0f158 (diff) | |
| download | dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.gz dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.bz2 dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.lz dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.xz dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.zst dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.zip | |
Updated spacemacs, nvim and gopath
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 |
