Zsh + Neovim/Vim + Tmux
- Zsh
- Neovim/Vim
- Tmux
- Git
- Homebrew (macOS only)
- homebrew-bundle
- Rosetta2 (macOS with Apple silicon only)
- Nerd Fonts
- htop
$ bash -c "`curl -fsSL raw.github.com/vwrs/dotfiles/master/bootstrap`"
_ _ __ ___ ___
/' \/' \ / /'___\ __ /\_ \
/\_/\__// / /\ \__//\_\\//\ \ __ ____
\//\/__/ / /\ \ ,__\/\ \ \ \ \ /'__`\ /',__\
/ /__\ \ \_/\ \ \ \_\ \_/\ __//\__, `\
/_//\_\\ \_\ \ \_\/\____\ \____\/\____/
/_/ \/_/ \/_/ \/_/\/____/\/____/\/___/
Commands:
init (download dotfiles, Homebrew (macOS), vim-plug, zplug and tpm)
font-nerd (install SauceCodePro Nerd Font)
font-powerline (install powerline patched fonts)
deploy (symlink (force override) dotfiles)
deploy_root (symlink dotfiles in super user)
quit
command: init
...
command: font-nerd
...
command: deploy
...
$ sudo vi /etc/shells
add "/path/to/zsh"
$ chsh
use "/path/to/zsh"
$ zplug install
$ nvim [vim]
Run `:PlugInstall`.
$ tmux
Run `Prefix+I`.
$ git config --global user.name "{{user.name}}"
$ git config --global user.email "{{user.email}}"