dotfiles.
dotfiles for using that.
- zsh
- git
- vim
- tmux
This dotfiles supports the following libraries.
- bash
$ git clone git@github.com:sota1235/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./install
You can specify git user name and e-mail address by add options.
$ ./install -u {git user name} -e {git e-mail address}
Exec dot_update
command.
$ dot_update
(*'-') < Do you want to update the dotfiles? [y/N]
Exec dot_uninstall
command.
$ dot_uninstall
(*;-;) < Do you want to uninstall the dotfiles? [n/Y]
- zsh
- vim
- tmux
@sota1235