Skip to content

yufengwng/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.dotfiles

requirements

  • need bash, curl, and git
  • install ctags from package manager

dotfilez

a simple script to manage/update dotfiles and plugins

install

$ 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.

uninstall

$ dotfilez uninstall

then delete the dotfiles directory to completely remove:

$ rm -rf ~/.dotfiles

update

$ 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

About

tmux, zsh, vim, git, plus a little manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published