vwrs / dotfiles

dotfiles; my development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Zsh + Neovim/Vim + Tmux

Installation

$ 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}}"

Screenshot

screen-capture1

About

dotfiles; my development environment


Languages

Language:Shell 92.5%Language:Lua 3.9%Language:Vim Script 3.1%Language:Ruby 0.3%Language:Perl 0.1%