Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kan-bayashi/dotfiles
- Owner: kan-bayashi
- Created: 2018-05-30T06:52:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T08:04:38.000Z (about 1 year ago)
- Last Synced: 2024-11-22T16:39:15.022Z (3 months ago)
- Topics: dotfiles, nvim, tmux, vim, zsh
- Language: Lua
- Homepage:
- Size: 3.98 MB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)