kan-bayashi / dotfiles

My dotfiles (zsh + tmux 2.6 + vim 8 / nvim)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Build Status

My dotfiles (zsh + tmux 2.6 + vim 8 or neovim)

Environments

Scripts are tested on following environments:

  • CentOS 7.5
  • Ubuntu 16.04 and 18.04

Setup

  1. Get Nerd fonts from https://github.com/ryanoasis/nerd-fonts
  2. If use iterm2, install iterm2/jellybeans_like.itermcolors
  3. Setup dotfiles and install software as follow
# clone this repository
$ git clone https://github.com/kan-bayashi/dotfiles
$ cd dotfiles

# setup dotfiles
$ ./setup.sh

# install essential tools (required sudo)
$ ./install.sh

# enable zsh environment
$ exec zsh -l

If you do not have sudo, please contact your administrator to install dependencies.

References

About

My dotfiles (zsh + tmux 2.6 + vim 8 / nvim)


Languages

Language:Lua 37.8%Language:Shell 32.8%Language:Python 23.0%Language:Vim Script 5.7%Language:Dockerfile 0.6%Language:Vim Snippet 0.1%