Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kan-bayashi/dotfiles

My dotfiles (zsh + tmux 2.6 + vim 8 / nvim)
https://github.com/kan-bayashi/dotfiles

dotfiles nvim tmux vim zsh

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Dotfiles

[![Build Status](https://travis-ci.org/kan-bayashi/dotfiles.svg?branch=master)](https://travis-ci.org/kan-bayashi/dotfiles)

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

![](./sample/terminal.png)

## Environments

Scripts are tested on following environments:

- CentOS 7.5
- Ubuntu 16.04 and 18.04

## Setup

1. Get Nerd fonts from
2. If use iterm2, install `iterm2/jellybeans_like.itermcolors`
3. Setup dotfiles and install software as follow

```bash
# 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

- nerd font: [ryanoasis/nerd-fonts](https://github.com/ryanoasis/nerd-fonts)
- zsh theme: [caiogondim/bullet-train.zsh](https://github.com/caiogondim/bullet-train.zsh)