Skip to content

pickittwice/dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-env

develop environment setup

Usage

Tmux

sh init_tmux.sh

FAQ

  1. $TERM differs from the tmux default-terminal setting

add [[ $TMUX ]] && export TERM="screen-256color" to your .bashrc(or .zshrc correspondingly)

Neovim

install nodejs: https://nodejs.org/en/download/

install neovim: https://github.com/neovim/neovim/wiki/Installing-Neovim

e.g. install by apt: sudo add-apt-repository ppa:neovim-ppa/unstable sudo apt-get update sudo apt-get install neovim

bash init_nvim.sh

About

develop environment setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published