deleted tmux plugins and install using link_files
This commit is contained in:
parent
2f3e354c2f
commit
91c48bc52a
3
Rakefile
3
Rakefile
@ -10,6 +10,9 @@ task :link_files do
|
|||||||
install_files(Dir.glob('ctags/*')) if want_to_install?('ctags config (better js/ruby support)')
|
install_files(Dir.glob('ctags/*')) if want_to_install?('ctags config (better js/ruby support)')
|
||||||
install_files(Dir.glob('tmux/*')) if want_to_install?('tmux config')
|
install_files(Dir.glob('tmux/*')) if want_to_install?('tmux config')
|
||||||
install_files(Dir.glob('vimify/*')) if want_to_install?('vimification of command line tools')
|
install_files(Dir.glob('vimify/*')) if want_to_install?('vimification of command line tools')
|
||||||
|
run %{
|
||||||
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Hook our dotfiles into system-standard positions."
|
desc "Hook our dotfiles into system-standard positions."
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 526110eb9b60825d3276afba97ffa4cedb4b0ab9
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit feb9611b7d1c323ca54cd8a5111a53e3e8265b59
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit c8ac32a085d382c43190bda4fb5972e531f501fd
|
|
Loading…
Reference in New Issue
Block a user