evoL / dotfiles

Dotfiles managed with chezmoi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

These dotfiles are managed through chezmoi, so install it first.

Prerequisites

Optional

  • fish — bash is setup by default

Setup

chezmoi init --apply evoL

Getting tmux-256color to work

Some systems (macOS, Synology DSM) ship with an old version of ncurses. Their terminfo doesn't include tmux-256color.

To fix that, install the terminfo from @nicm:

curl -o /tmp/tmux-terminfo https://gist.githubusercontent.com/nicm/ea9cf3c93f22e0246ec858122d9abea1/raw/37ae29fc86e88b48dbc8a674478ad3e7a009f357/tmux-256color
tic -x /tmp/tmux-terminfo

About

Dotfiles managed with chezmoi


Languages

Language:Shell 100.0%