actually fixed tmux plugins
This commit is contained in:
parent
d5057433de
commit
3dddb76125
1
bin/fzf-tmux
Symbolic link
1
bin/fzf-tmux
Symbolic link
@ -0,0 +1 @@
|
||||
/home/keegan/.dotfiles/src/fzf/bin/fzf-tmux
|
@ -13,14 +13,12 @@
|
||||
- clean:
|
||||
~/.vim:
|
||||
recursive: true
|
||||
~/.tmux:
|
||||
recurive: true
|
||||
~/.oh-my-zsh/custom:
|
||||
recursive: true
|
||||
|
||||
- shell:
|
||||
- [bin/pre-install.sh]
|
||||
- [git submodule update --init --recursive, Installing submodules]
|
||||
- [git submodule update --init --recursive --remote, Installing submodules]
|
||||
- [cd src/tmux-mem-cpu-load && cmake . && make, Building tmux-mem-cpu-load]
|
||||
- [cd src/fzf && make, Building fzf]
|
||||
|
||||
@ -29,7 +27,6 @@
|
||||
~/.vimrc:
|
||||
~/.zshrc:
|
||||
force: true
|
||||
~/.tmux:
|
||||
~/.tmux.conf:
|
||||
~/.oh-my-zsh/custom:
|
||||
path: oh-my-zsh/custom
|
||||
@ -48,8 +45,3 @@
|
||||
~/bin/fzf-tmux: src/fzf/bin/fzf-tmux
|
||||
# custom systemd for time tracking
|
||||
~/.config/systemd/user/timesheet.service: src/timetracker/timesheet.service
|
||||
|
||||
# need to do after folders linked
|
||||
- shell:
|
||||
- [~/.tmux/plugins/tpm/bin/install_plugins, Installing Tmux Plugins]
|
||||
- [~/.tmux/plugins/tpm/bin/update_plugins all, Updating Tmux Plugins]
|
||||
|
@ -41,5 +41,8 @@ set -g status-left-length 100
|
||||
#set -g @continuum-systemd-start-cmd 'new-session -d -s doormat'
|
||||
|
||||
|
||||
# auto install plugins
|
||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||
# run tpm
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit b699a7e01c253ffb7818b02d62bce24190ec1019
|
Loading…
x
Reference in New Issue
Block a user