- need
bash
,curl
, andgit
- install
ctags
from package manager
a simple script to manage/update dotfiles and plugins
$ curl -sL https://raw.github.com/yufengwng/dotfiles/main/install.sh | bash
or the more manual way:
$ git clone [email protected]:yufengwng/dotfiles.git ~/.dotfiles
$ ~/.dotfiles/install.sh
lastly, fire up tmux
and hit prefix + I
to install tmux plugins.
$ dotfilez uninstall
then delete the dotfiles directory to completely remove:
$ rm -rf ~/.dotfiles
$ dotfilez update
then manually fire up tmux
and hit prefix + U
.
- (neo)vim plugins are managed by vim-plug
- Tmux Plugin Manager (TPM) is managed as a git submodule
- TPM plugins are installed into
~/.dotfiles/dot/tmux/plugins